Skip to content

Commit 5d63431

Browse files
authored
Actions: Pin version of upload-artifact action (#549)
1 parent 17eee86 commit 5d63431

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cp dist/*.vsix artifacts
3838
3939
- name: Upload artifacts
40-
uses: actions/upload-artifact@master
40+
uses: actions/upload-artifact@v2
4141
if: matrix.os == 'ubuntu-latest'
4242
with:
4343
name: vscode-codeql-extension

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# This is just in case the release itself fails and we want to access the built artifacts from Actions.
6464
# TODO Remove if not useful.
6565
- name: Upload artifacts
66-
uses: actions/upload-artifact@master
66+
uses: actions/upload-artifact@v2
6767
with:
6868
name: vscode-codeql-extension
6969
path: artifacts

0 commit comments

Comments
 (0)