Skip to content

Commit 534e80b

Browse files
Merge pull request #1139 from storaged-project/dependabot/github_actions/actions/upload-artifact-5
infra: bump actions/upload-artifact from 4 to 5
2 parents 111b823 + 0e690b1 commit 534e80b

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@v4
45+
uses: actions/upload-artifact@v5
4646
with:
4747
name: csmock_logs
4848
path: csmock_*/*

0 commit comments

Comments
 (0)