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 @@ -158,7 +158,7 @@ jobs:
158158 id : create_artifacts
159159 if : always()
160160 run : python3 ci/create-artifacts.py
161- - uses : actions/upload-artifact@v4
161+ - uses : actions/upload-artifact@v5
162162 if : always() && steps.create_artifacts.outcome == 'success'
163163 with :
164164 name : ${{ env.ARCHIVE_NAME }}-${{ matrix.target }}${{ matrix.artifact-tag && format('-{0}', matrix.artifact-tag) }}
@@ -254,7 +254,7 @@ jobs:
254254 id : create_artifacts
255255 if : always()
256256 run : ./ci/create-artifacts.py
257- - uses : actions/upload-artifact@v4
257+ - uses : actions/upload-artifact@v5
258258 if : always() && steps.create_artifacts.outcome == 'success'
259259 with :
260260 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