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 @@ -167,7 +167,7 @@ jobs:
167167 -
168168 name : Upload test reports
169169 if : always()
170- uses : actions/upload-artifact@v4
170+ uses : actions/upload-artifact@v5
171171 with :
172172 name : test-reports-${{ env.TESTREPORTS_NAME }}
173173 path : ./bin/testreports
@@ -245,7 +245,7 @@ jobs:
245245 -
246246 name : Upload test reports
247247 if : always()
248- uses : actions/upload-artifact@v4
248+ uses : actions/upload-artifact@v5
249249 with :
250250 name : test-reports-${{ env.TESTREPORTS_NAME }}
251251 path : ${{ env.TESTREPORTS_BASEDIR }}
@@ -401,7 +401,7 @@ jobs:
401401 CACHE_TO : type=gha,scope=binaries-${{ env.PLATFORM_PAIR }},mode=max
402402 -
403403 name : Upload artifacts
404- uses : actions/upload-artifact@v4
404+ uses : actions/upload-artifact@v5
405405 with :
406406 name : buildx-${{ env.PLATFORM_PAIR }}
407407 path : ${{ env.DESTDIR }}/*
Original file line number Diff line number Diff line change 5858 DOCS_FORMATS : yaml
5959 -
6060 name : Upload reference YAML docs
61- uses : actions/upload-artifact@v4
61+ uses : actions/upload-artifact@v5
6262 with :
6363 name : docs-yaml
6464 path : /tmp/buildx-docs/out/reference
Original file line number Diff line number Diff line change 5757 mv ${{ env.DESTDIR }}/build/buildx ${{ env.DESTDIR }}/build/docker-buildx
5858 -
5959 name : Upload artifacts
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v5
6161 with :
6262 name : binary
6363 path : ${{ env.DESTDIR }}/build
You can’t perform that action at this time.
0 commit comments