From 42217835c4ed3e165bb897dc4a9ace8a3fb92a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 08:10:55 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 2 to 3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/branch-test-setup.yml | 4 ++-- .github/workflows/e2e.yml | 2 +- .github/workflows/release.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) 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