Skip to content

Commit 3f97cf3

Browse files
authored
Merge pull request #398 from docker/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 4 to 6
2 parents 8b5e6df + 7830395 commit 3f97cf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
find ${{ env.DESTDIR }} -type f -exec file -e ascii -e text -- {} +
166166
-
167167
name: Upload artifacts
168-
uses: actions/upload-artifact@v4
168+
uses: actions/upload-artifact@v6
169169
with:
170170
name: docker-credential-helpers
171171
path: ${{ env.DESTDIR }}/*

0 commit comments

Comments
 (0)