Skip to content

Commit 9032099

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent ed3b885 commit 9032099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
run: npm run package
2929
- name: upload vsix package
3030
if: matrix.os == 'ubuntu-latest'
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v5
3232
with:
3333
path: veriloghdl-*.vsix

0 commit comments

Comments
 (0)