Commit 24a0d7d 1 parent c3b05c6 commit 24a0d7d Copy full SHA for 24a0d7d
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166
166
run : src/ci/scripts/create-doc-artifacts.sh
167
167
if : success() && !env.SKIP_JOB
168
168
- name : upload artifacts to github
169
- uses : actions/upload-artifact@v3
169
+ uses : actions/upload-artifact@v4
170
170
with :
171
171
name : " ${{ env.DOC_ARTIFACT_NAME }}"
172
172
path : obj/artifacts/doc
@@ -576,7 +576,7 @@ jobs:
576
576
run : src/ci/scripts/create-doc-artifacts.sh
577
577
if : success() && !env.SKIP_JOB
578
578
- name : upload artifacts to github
579
- uses : actions/upload-artifact@v3
579
+ uses : actions/upload-artifact@v4
580
580
with :
581
581
name : " ${{ env.DOC_ARTIFACT_NAME }}"
582
582
path : obj/artifacts/doc
@@ -715,7 +715,7 @@ jobs:
715
715
run : src/ci/scripts/create-doc-artifacts.sh
716
716
if : success() && !env.SKIP_JOB
717
717
- name : upload artifacts to github
718
- uses : actions/upload-artifact@v3
718
+ uses : actions/upload-artifact@v4
719
719
with :
720
720
name : " ${{ env.DOC_ARTIFACT_NAME }}"
721
721
path : obj/artifacts/doc
Original file line number Diff line number Diff line change @@ -67,13 +67,13 @@ jobs:
67
67
# Remove first line that always just says "Updating crates.io index"
68
68
run : cargo update 2>&1 | sed '/crates.io index/d' | tee -a cargo_update.log
69
69
- name : upload Cargo.lock artifact for use in PR
70
- uses : actions/upload-artifact@v3
70
+ uses : actions/upload-artifact@v4
71
71
with :
72
72
name : Cargo-lock
73
73
path : Cargo.lock
74
74
retention-days : 1
75
75
- name : upload cargo-update log artifact for use in PR
76
- uses : actions/upload-artifact@v3
76
+ uses : actions/upload-artifact@v4
77
77
with :
78
78
name : cargo-updates
79
79
path : cargo_update.log
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ x--expand-yaml-anchors--remove:
261
261
<< : *step
262
262
263
263
- name : upload artifacts to github
264
- uses : actions/upload-artifact@v3
264
+ uses : actions/upload-artifact@v4
265
265
with :
266
266
# name is set in previous step
267
267
name : ${{ env.DOC_ARTIFACT_NAME }}
You can’t perform that action at this time.
0 commit comments