Skip to content

Commit 6a0eaf9

Browse files
chore: CI: 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 2da124d commit 6a0eaf9

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
@@ -375,7 +375,7 @@ jobs:
375375
runs-on: ubuntu-latest
376376
needs: build
377377
steps:
378-
- uses: actions/download-artifact@v5
378+
- uses: actions/download-artifact@v6
379379
with:
380380
path: artifacts
381381
- name: Release
@@ -407,7 +407,7 @@ jobs:
407407
# Doesn't seem to be working when additionally fetching from lean4-nightly
408408
#filter: tree:0
409409
token: ${{ secrets.PUSH_NIGHTLY_TOKEN }}
410-
- uses: actions/download-artifact@v5
410+
- uses: actions/download-artifact@v6
411411
with:
412412
path: artifacts
413413
- name: Prepare Nightly Release

0 commit comments

Comments
 (0)