Skip to content

Commit 4e2b0ff

Browse files
authored
Merge pull request #408 from docker/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents 8fe8d45 + bf6137d commit 4e2b0ff

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
@@ -181,7 +181,7 @@ jobs:
181181
find ${{ env.DESTDIR }} -type f -exec file -e ascii -e text -- {} +
182182
-
183183
name: Upload artifacts
184-
uses: actions/upload-artifact@v6
184+
uses: actions/upload-artifact@v7
185185
with:
186186
name: docker-credential-helpers
187187
path: ${{ env.DESTDIR }}/*

0 commit comments

Comments
 (0)