From 8042600ba1396d5d80de695b0e43d971387d8063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 16:03:02 +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 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