Skip to content

Commit 46ded79

Browse files
authored
Merge pull request #3489 from docker/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 166ab97 + a40fb76 commit 46ded79

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.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@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 }}/*

.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@v4
61+
uses: actions/upload-artifact@v5
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@v4
60+
uses: actions/upload-artifact@v5
6161
with:
6262
name: binary
6363
path: ${{ env.DESTDIR }}/build

0 commit comments

Comments
 (0)