Skip to content

Commit 3ae409c

Browse files
chore: CI: bump actions/download-artifact from 5 to 6 (#11053)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7f47db commit 3ae409c

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)