Skip to content

Commit 02e6827

Browse files
authored
Merge pull request #1087 from git-for-windows/dependabot/github_actions/actions/upload-artifact-6
Build(deps): Bump actions/upload-artifact from 5 to 6
2 parents f11f834 + f6ab067 commit 02e6827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cat diff.txt
2929
exit 1
3030
}
31-
- uses: actions/upload-artifact@v5
31+
- uses: actions/upload-artifact@v6
3232
if: failure()
3333
with:
3434
name: diff.txt

0 commit comments

Comments
 (0)