Skip to content

Commit 5b8d5f8

Browse files
Bump actions/download-artifact from 2 to 3 (#2821)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f79967b commit 5b8d5f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/bench.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ jobs:
116116
enable-stack: false
117117

118118
- name: Download cabal home
119-
uses: actions/download-artifact@v2
119+
uses: actions/download-artifact@v3
120120
with:
121121
name: cabal-home
122122
path: .
123123

124124
- name: Download workspace
125-
uses: actions/download-artifact@v2
125+
uses: actions/download-artifact@v3
126126
with:
127127
name: workspace
128128
path: .

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
needs: [tar, src-tar]
149149
runs-on: ubuntu-18.04
150150
steps:
151-
- uses: actions/download-artifact@v2
151+
- uses: actions/download-artifact@v3
152152

153153
- name: Generate sha256 sums for all workflow artifacts
154154
run: |

.github/workflows/hackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
runs-on: ubuntu-latest
151151
steps:
152152

153-
- uses: actions/download-artifact@v2
153+
- uses: actions/download-artifact@v3
154154
with:
155155
path: packages
156156

0 commit comments

Comments
 (0)