We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d9032 commit a02a650Copy full SHA for a02a650
.github/workflows/Build and test.yml
@@ -29,14 +29,14 @@ jobs:
29
- run: yarn install --frozen-lockfile
30
- run: yarn build-only
31
32
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
33
with:
34
name: dist
35
path: dist/
36
37
- run: tar -cvf node_modules.tar node_modules
38
39
40
41
name: node_modules
42
path: node_modules.tar
0 commit comments