File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v6
170+ uses : actions/upload-artifact@v7
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@v6
248+ uses : actions/upload-artifact@v7
249249 with :
250250 name : test-reports-${{ env.TESTREPORTS_NAME }}
251251 path : ${{ env.TESTREPORTS_BASEDIR }}
@@ -412,7 +412,7 @@ jobs:
412412 find . -type f -exec file -e ascii -- {} +
413413 -
414414 name : Upload release binaries
415- uses : actions/upload-artifact@v6
415+ uses : actions/upload-artifact@v7
416416 with :
417417 name : release
418418 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@v6
61+ uses : actions/upload-artifact@v7
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@v6
60+ uses : actions/upload-artifact@v7
6161 with :
6262 name : binary
6363 path : ${{ env.DESTDIR }}/build
You can’t perform that action at this time.
0 commit comments