Skip to content

Commit 79f427c

Browse files
authored
Merge pull request #1850 from github/koesie10/upgrade-actions-upload-artifact
Upgrade actions/upload-artifact to v3
2 parents d66e7c6 + 8205b19 commit 79f427c

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)