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 @@ -144,7 +144,7 @@ jobs:
144
144
location : ${{ runner.temp }}
145
145
146
146
- name : Download diff
147
- uses : actions/download-artifact@v3
147
+ uses : actions/download-artifact@v4
148
148
with :
149
149
path : ${{ needs.diff.outputs.path }}
150
150
name : ${{ needs.diff.outputs.artifact }}
@@ -397,7 +397,7 @@ jobs:
397
397
steps :
398
398
- name : Check for existence of submission check failure flag artifact
399
399
id : failure-flag-exists
400
- uses : actions/download-artifact@v3
400
+ uses : actions/download-artifact@v4
401
401
continue-on-error : true
402
402
with :
403
403
name : ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT }}
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 files artifact
111
- uses : actions/download-artifact@v3
111
+ uses : actions/download-artifact@v4
112
112
with :
113
113
name : ${{ env.CONFIGURATIONS_ARTIFACT }}
114
114
path : ${{ env.CONFIGURATIONS_FOLDER }}
You can’t perform that action at this time.
0 commit comments