Skip to content

Commit e835707

Browse files
authored
Merge pull request #3672 from docker/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents bbadcb4 + f606596 commit e835707

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}/*

.github/workflows/docs-upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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

0 commit comments

Comments
 (0)