diff --git a/.github/workflows/branch-test-setup.yml b/.github/workflows/branch-test-setup.yml index 53e8855c..e35c1bf0 100644 --- a/.github/workflows/branch-test-setup.yml +++ b/.github/workflows/branch-test-setup.yml @@ -100,7 +100,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/ @@ -143,7 +143,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 8a08277b..be04e1e4 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -64,7 +64,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 8e3b43bf..f99af776 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -152,12 +152,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 @@ -179,7 +179,7 @@ jobs: with: fetch-depth: 0 - name: Download all dist form build jobs - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: path: bin - name: Generate hashes