Skip to content

Commit c062d2d

Browse files
authored
Merge pull request #3794 from docker/dependabot/github_actions/actions/upload-artifact-7.0.1
build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1
2 parents 51d374b + 61b3803 commit c062d2d

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
@@ -165,7 +165,7 @@ jobs:
165165
-
166166
name: Upload test reports
167167
if: always()
168-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
168+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
169169
with:
170170
name: test-reports-${{ env.TESTREPORTS_NAME }}
171171
path: ./bin/testreports
@@ -243,7 +243,7 @@ jobs:
243243
-
244244
name: Upload test reports
245245
if: always()
246-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
246+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
247247
with:
248248
name: test-reports-${{ env.TESTREPORTS_NAME }}
249249
path: ${{ env.TESTREPORTS_BASEDIR }}
@@ -343,7 +343,7 @@ jobs:
343343
find . -type f -exec file -e ascii -- {} +
344344
-
345345
name: Upload release binaries
346-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
346+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
347347
with:
348348
name: release
349349
path: ${{ env.DESTDIR }}/*

.github/workflows/docs-upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
DOCS_FORMATS: yaml
5353
-
5454
name: Upload reference YAML docs
55-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
55+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5656
with:
5757
name: docs-yaml
5858
path: /tmp/buildx-docs/out/reference

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
mv ${{ env.DESTDIR }}/build/buildx ${{ env.DESTDIR }}/build/docker-buildx
5151
-
5252
name: Upload artifacts
53-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
53+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5454
with:
5555
name: binary
5656
path: ${{ env.DESTDIR }}/build

0 commit comments

Comments
 (0)