Skip to content

Commit 42501a9

Browse files
Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3daf726 commit 42501a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
use-sodium-vrf: false
221221

222222
- name: Download benchmark executables
223-
uses: actions/download-artifact@v5
223+
uses: actions/download-artifact@v6
224224
with:
225225
name: benchmark-exes-${{ runner.os }}-${{ matrix.ghc }}
226226

@@ -308,7 +308,7 @@ jobs:
308308
cp -r --no-preserve=mode,ownership result/ static/pdfs
309309
310310
- name: Download haddocks
311-
uses: actions/download-artifact@v5
311+
uses: actions/download-artifact@v6
312312
with:
313313
name: haddocks
314314

0 commit comments

Comments
 (0)