Skip to content

Commit c4d0b5c

Browse files
Update actions/upload-artifact action to v4 (#459)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6644820 commit c4d0b5c

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@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
path: veriloghdl-*.vsix

0 commit comments

Comments
 (0)