File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149 id : create_artifacts
150150 if : always()
151151 run : python3 ci/create-artifacts.py
152- - uses : actions/upload-artifact@v4
152+ - uses : actions/upload-artifact@v5
153153 if : always() && steps.create_artifacts.outcome == 'success'
154154 with :
155155 name : ${{ env.ARCHIVE_NAME }}-${{ matrix.target }}${{ matrix.artifact-tag && format('-{0}', matrix.artifact-tag) }}
@@ -246,7 +246,7 @@ jobs:
246246 id : create_artifacts
247247 if : always()
248248 run : ./ci/create-artifacts.py
249- - uses : actions/upload-artifact@v4
249+ - uses : actions/upload-artifact@v5
250250 if : always() && steps.create_artifacts.outcome == 'success'
251251 with :
252252 name : ${{ env.ARCHIVE_NAME }}-${{ matrix.target }}${{ matrix.artifact-tag && format('-{0}', matrix.artifact-tag) }}
You can’t perform that action at this time.
0 commit comments