File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ jobs:
2929 - run : yarn install --frozen-lockfile
3030 - run : yarn build-only
3131
32- - uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
32+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
3333 with :
3434 name : dist
3535 path : dist/
3636
3737 - run : tar -cvf node_modules.tar node_modules
3838
39- - uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
39+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
4040 with :
4141 name : node_modules
4242 path : node_modules.tar
@@ -62,12 +62,12 @@ jobs:
6262 with :
6363 node-version : ${{ matrix.node-version }}
6464
65- - uses : actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578 # master
65+ - uses : actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd # master
6666 with :
6767 name : dist
6868 path : dist/
6969
70- - uses : actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578 # master
70+ - uses : actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd # master
7171 with :
7272 name : node_modules
7373 path : ./
8888
8989 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9090
91- - uses : actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578 # master
91+ - uses : actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd # master
9292 with :
9393 name : dist
9494 path : dist/
You can’t perform that action at this time.
0 commit comments