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 e45f030 commit 6bc97bcCopy full SHA for 6bc97bc
.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@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
+ - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
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