Merge pull request #3489 from docker/dependabot/github_actions/actions/upload-artifact-5

build(deps): bump actions/upload-artifact from 4 to 5
This commit is contained in:
CrazyMax
2025-10-28 09:40:12 +01:00
committed by GitHub
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -167,7 +167,7 @@ jobs:
-
name: Upload test reports
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: test-reports-${{ env.TESTREPORTS_NAME }}
path: ./bin/testreports
@@ -245,7 +245,7 @@ jobs:
-
name: Upload test reports
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: test-reports-${{ env.TESTREPORTS_NAME }}
path: ${{ env.TESTREPORTS_BASEDIR }}
@@ -401,7 +401,7 @@ jobs:
CACHE_TO: type=gha,scope=binaries-${{ env.PLATFORM_PAIR }},mode=max
-
name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: buildx-${{ env.PLATFORM_PAIR }}
path: ${{ env.DESTDIR }}/*
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
DOCS_FORMATS: yaml
-
name: Upload reference YAML docs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: docs-yaml
path: /tmp/buildx-docs/out/reference
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
mv ${{ env.DESTDIR }}/build/buildx ${{ env.DESTDIR }}/build/docker-buildx
-
name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: binary
path: ${{ env.DESTDIR }}/build