Skip to content

Commit 8205b19

Browse files
committed
Upgrade actions/upload-artifact to v3
This upgrades the action to remove a deprecation warning about Node 12.
1 parent 597c9c4 commit 8205b19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cp dist/*.vsix artifacts
4848
4949
- name: Upload artifacts
50-
uses: actions/upload-artifact@v2
50+
uses: actions/upload-artifact@v3
5151
if: matrix.os == 'ubuntu-latest'
5252
with:
5353
name: vscode-codeql-extension

0 commit comments

Comments
 (0)