File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7676 !failure() && !cancelled() &&
7777 steps.after-release.outputs.released
7878 # see https://github.com/actions/upload-artifact
79- uses : actions/upload-artifact@v4
79+ uses : actions/upload-artifact@v5
8080 with :
8181 name : ${{ env.RUN_ARTIFACT_PYTHON_DIST }}
8282 path : ${{ env.DIST_SOURCE_DIR }}/
@@ -108,7 +108,7 @@ jobs:
108108 - name : Artifact reports
109109 if : ${{ ! cancelled() }}
110110 # see https://github.com/actions/upload-artifact
111- uses : actions/upload-artifact@v4
111+ uses : actions/upload-artifact@v5
112112 with :
113113 name : ${{ env.REPORTS_ARTIFACT }}
114114 path : ${{ env.REPORTS_DIR }}
Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ jobs:
269269 - name : Artifact reports
270270 if : ${{ ! cancelled() }}
271271 # see https://github.com/actions/upload-artifact
272- uses : actions/upload-artifact@v4
272+ uses : actions/upload-artifact@v5
273273 with :
274274 name : ' ${{ env.TESTS_REPORTS_ARTIFACT }}_bnt_${{ matrix.os }}_py${{ matrix.python-version }}'
275275 path : ${{ env.REPORTS_DIR }}
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ jobs:
184184 !failure() && !cancelled() &&
185185 steps.release.outputs.released == 'true'
186186 # see https://github.com/actions/upload-artifact
187- uses : actions/upload-artifact@v4
187+ uses : actions/upload-artifact@v5
188188 with :
189189 name : ${{ env.DIST_ARTIFACT }}
190190 path : ${{ env.DIST_DIR }}/
@@ -262,7 +262,7 @@ jobs:
262262 - name : Artifact reports
263263 if : ${{ ! cancelled() }}
264264 # see https://github.com/actions/upload-artifact
265- uses : actions/upload-artifact@v4
265+ uses : actions/upload-artifact@v5
266266 with :
267267 name : ${{ env.ARTIFACT_DOCKER_SBOM }}
268268 path : ${{ env.REPORTS_DIR }}/*.bom.*
You can’t perform that action at this time.
0 commit comments