From f27ec8e3a21cfc2d497c0efef04c1bb4966441e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 02:15:09 +0000 Subject: [PATCH] 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/bench.yml | 4 ++-- .github/workflows/build.yml | 4 ++-- .github/workflows/hackage.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index ef6e44885e..04c6a4a5f2 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -114,13 +114,13 @@ jobs: enable-stack: false - name: Download cabal home - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: cabal-home path: . - name: Download workspace - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: workspace path: . diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5231882148..11ed3d22e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -204,7 +204,7 @@ jobs: matrix: os: [Linux] steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 - name: Generate tarball with all binaries run: | @@ -243,7 +243,7 @@ jobs: needs: [tar, src-tar] runs-on: ubuntu-18.04 steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 - name: Generate sha256 sums for all workflow artifacts run: | diff --git a/.github/workflows/hackage.yml b/.github/workflows/hackage.yml index a5c143dd78..51a2eaa5cc 100644 --- a/.github/workflows/hackage.yml +++ b/.github/workflows/hackage.yml @@ -166,7 +166,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: path: packages