Skip to content

Commit 28609bb

Browse files
Merge pull request #162 from storaged-project/dependabot/github_actions/actions/upload-artifact-6
infra: bump actions/upload-artifact from 5 to 6
2 parents e36cf1a + 10d3b13 commit 28609bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/csmock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Upload the csmock logs
4444
if: always()
45-
uses: actions/upload-artifact@v5
45+
uses: actions/upload-artifact@v6
4646
with:
4747
name: csmock_logs
4848
path: csmock_*/*

0 commit comments

Comments
 (0)