We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17eee86 commit 5d63431Copy full SHA for 5d63431
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
cp dist/*.vsix artifacts
38
39
- name: Upload artifacts
40
- uses: actions/upload-artifact@master
+ uses: actions/upload-artifact@v2
41
if: matrix.os == 'ubuntu-latest'
42
with:
43
name: vscode-codeql-extension
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
# This is just in case the release itself fails and we want to access the built artifacts from Actions.
64
# TODO Remove if not useful.
65
66
67
68
69
path: artifacts
0 commit comments