We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85c072e + 8798ba6 commit c2d0094Copy full SHA for c2d0094
2 files changed
.github/workflows/ci.yml
@@ -254,7 +254,7 @@ jobs:
254
df -h
255
256
- name: upload artifacts to github
257
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
258
with:
259
# name is set in previous step
260
name: ${{ env.DOC_ARTIFACT_NAME }}
.github/workflows/dependencies.yml
@@ -66,7 +66,7 @@ jobs:
66
run: ./src/tools/update-lockfile.sh
67
68
- name: upload Cargo.lock artifact for use in PR
69
70
71
name: Cargo-lock
72
path: |
@@ -75,7 +75,7 @@ jobs:
75
src/tools/rustbook/Cargo.lock
76
retention-days: 1
77
- name: upload cargo-update log artifact for use in PR
78
79
80
name: cargo-updates
81
path: cargo_update.log
0 commit comments