Skip to content

Commit 6ab3991

Browse files
authored
Merge pull request #1 from OpenVirtualCluster/dependabot/github_actions/actions/upload-artifact-4
chore(deps): bump actions/upload-artifact from 3 to 4
2 parents fb618a3 + 709e755 commit 6ab3991

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
IMG: ${{ env.IMG }}
220220

221221
- name: Upload installer artifact
222-
uses: actions/upload-artifact@v3
222+
uses: actions/upload-artifact@v4
223223
with:
224224
name: installer
225225
path: dist/install.yaml

0 commit comments

Comments
 (0)