Skip to content

Commit 22e8aeb

Browse files
authored
Merge pull request shapeblue#12 from Leaseweb/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents 27eb1b0 + 297f694 commit 22e8aeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v2
62+
uses: actions/upload-artifact@v3
6363
with:
6464
name: bin
6565
path: bin/cloudstack-csi-sc-syncer

0 commit comments

Comments
 (0)