diff --git a/.github/workflows/branch-test-setup.yml b/.github/workflows/branch-test-setup.yml index 8933cbdd..0ea9ed55 100644 --- a/.github/workflows/branch-test-setup.yml +++ b/.github/workflows/branch-test-setup.yml @@ -98,7 +98,7 @@ jobs: yarn global add replace $(yarn global bin)/replace '"version": "${{ needs.compile.outputs.current-version }}"' '"version": "${{ needs.compile.outputs.next-version }}"' package.json - name: Download dist - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: compile-dist path: dist/ @@ -141,7 +141,7 @@ jobs: env: TAG_VERSION: v${{ needs.compile.outputs.next-version }} - name: Downloads bin - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - name: Release tip tag for branch uses: pyTooling/Actions/releaser@r0 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index cb50249e..80f0fc3d 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -61,7 +61,7 @@ jobs: yarn config set network-timeout 300000 yarn --frozen-lockfile --perfer-offline - name: Download dist - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: compile-dist path: dist/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e8854e7..b86b65bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -143,12 +143,12 @@ jobs: # shell: bash # run: $(yarn global bin)/replace 'lightArgs\.push\(\.\.\.objectFiles\);' 'lightArgs.push("-sval", ...objectFiles);' node_modules/app-builder-lib/out/targets/MsiTarget.js - name: Download dist - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: compile-dist path: dist/ - name: Download cetificates - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: certificates - name: Build bin @@ -171,7 +171,7 @@ jobs: fetch-depth: 0 ref: ${{ env.GITHUB_REF_OVERRIDE }} - name: Download all dist form build jobs - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: path: bin - name: Generate hashes