Skip to content

Commit cd90d0f

Browse files
committed
ci: pin upload/download action version
1 parent b0bb911 commit cd90d0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Archive Production Artifact
5353
# Only upload the Linux build.
5454
if: matrix.os == 'ubuntu-latest'
55-
uses: actions/upload-artifact@master
55+
uses: actions/upload-artifact@v2
5656
with:
5757
name: dist
5858
path: dist
@@ -64,7 +64,7 @@ jobs:
6464
steps:
6565
- uses: actions/checkout@v1
6666
- name: Download Artifact
67-
uses: actions/download-artifact@master
67+
uses: actions/download-artifact@v2
6868
- name: Semantic Release
6969
uses: cycjimmy/semantic-release-action@v2
7070
id: semantic

0 commit comments

Comments
 (0)