@@ -114,7 +114,7 @@ jobs:
114114 run : echo "::set-output name=head::$(jq -c .head.sha "${{ steps.configuration.outputs.path }}/${{ env.JSON_IDENTIFIER }}")"
115115
116116 - name : Upload diff file to workflow artifact
117- uses : actions/upload-artifact@v4
117+ uses : actions/upload-artifact@v5
118118 with :
119119 path : ${{ steps.configuration.outputs.path }}/${{ steps.configuration.outputs.filename }}
120120 name : ${{ steps.configuration.outputs.artifact }}
@@ -147,7 +147,7 @@ jobs:
147147 location : ${{ runner.temp }}
148148
149149 - name : Download diff
150- uses : actions/download-artifact@v5
150+ uses : actions/download-artifact@v6
151151 with :
152152 path : ${{ needs.diff.outputs.path }}
153153 name : ${{ needs.diff.outputs.artifact }}
@@ -456,7 +456,7 @@ jobs:
456456 # So it's necessary to use an alternative means of indicating that at least one submission failed the checks.
457457 - name : Upload failure flag artifact
458458 if : env.PASS == 'false'
459- uses : actions/upload-artifact@v4
459+ uses : actions/upload-artifact@v5
460460 with :
461461 if-no-files-found : error
462462 include-hidden-files : true
@@ -475,7 +475,7 @@ jobs:
475475
476476 steps :
477477 - name : Download submission check failure flag artifacts
478- uses : actions/download-artifact@v5
478+ uses : actions/download-artifact@v6
479479 with :
480480 path : ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PATH }}
481481 pattern : ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT_PREFIX }}*
0 commit comments