Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/revdep2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
# dependency universe, gigabytes of it -- so it is kept exactly as long
# as a plan would still reuse it, while the index that describes it is
# cheap and outlives it.
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
if: always()
with:
name: revdep2-lib
Expand All @@ -308,7 +308,7 @@ jobs:
retention-days: ${{ env.REVDEP2_PREBUILT_MAX_AGE_DAYS }}
overwrite: true

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
if: always()
with:
name: revdep2-lib-index
Expand Down Expand Up @@ -401,7 +401,7 @@ jobs:
# building the same packages the preflight built minutes ago. It is a
# `needs`, so it is always there -- unless the preflight could not pack
# one, which is a slower shard, not a broken one.
- uses: actions/download-artifact@v6
- uses: actions/download-artifact@v7
continue-on-error: true
with:
name: revdep2-lib
Expand Down
Loading