File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147
147
location : ${{ runner.temp }}
148
148
149
149
- name : Download diff
150
- uses : actions/download-artifact@v4
150
+ uses : actions/download-artifact@v5
151
151
with :
152
152
path : ${{ needs.diff.outputs.path }}
153
153
name : ${{ needs.diff.outputs.artifact }}
@@ -475,7 +475,7 @@ jobs:
475
475
476
476
steps :
477
477
- name : Download submission check failure flag artifacts
478
- uses : actions/download-artifact@v4
478
+ uses : actions/download-artifact@v5
479
479
with :
480
480
path : ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PATH }}
481
481
pattern : ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PREFIX }}*
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
uses : actions/checkout@v4
109
109
110
110
- name : Download configuration file artifacts
111
- uses : actions/download-artifact@v4
111
+ uses : actions/download-artifact@v5
112
112
with :
113
113
merge-multiple : true
114
114
pattern : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
You can’t perform that action at this time.
0 commit comments