Skip to content

Commit 8fb6d85

Browse files
authored
Merge pull request #70 from Leaseweb/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 0dd1e70 + ac3c08e commit 8fb6d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Upload cloudstack-csi-sc-syncer artifact
6161
if: startsWith(github.ref, 'refs/tags/v')
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: bin
6565
path: bin/cloudstack-csi-sc-syncer

0 commit comments

Comments
 (0)