Actions: Pin version of upload-artifact action (#549)

This commit is contained in:
Aditya Sharad
2020-09-08 16:25:18 -07:00
committed by GitHub
parent 17eee86765
commit 5d63431b8c
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ jobs:
cp dist/*.vsix artifacts
- name: Upload artifacts
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v2
if: matrix.os == 'ubuntu-latest'
with:
name: vscode-codeql-extension

View File

@@ -63,7 +63,7 @@ jobs:
# This is just in case the release itself fails and we want to access the built artifacts from Actions.
# TODO Remove if not useful.
- name: Upload artifacts
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v2
with:
name: vscode-codeql-extension
path: artifacts