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.1.7
148
148
with :
149
149
path : ${{ needs.diff.outputs.path }}
150
150
name : ${{ needs.diff.outputs.artifact }}
@@ -396,7 +396,7 @@ jobs:
396
396
steps :
397
397
- name : Check for existence of submission check failure flag artifact
398
398
id : failure-flag-exists
399
- uses : actions/download-artifact@v3
399
+ uses : actions/download-artifact@v4.1.7
400
400
continue-on-error : true
401
401
with :
402
402
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.1.7
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