Skip to content

Commit 7d8d8bb

Browse files
chore(deps): update actions for upload \ download (#2007)
1 parent 41650f7 commit 7d8d8bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/Build and test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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: ./
@@ -88,7 +88,7 @@ jobs:
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/

0 commit comments

Comments
 (0)