Skip to content

Commit a4bb7cd

Browse files
chore(deps): update actions/upload-artifact action to v4
1 parent 17d9032 commit a4bb7cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build and test.yml

Lines changed: 2 additions & 2 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@v3
32+
- uses: actions/upload-artifact@v4
3333
with:
3434
name: dist
3535
path: dist/
3636

3737
- run: tar -cvf node_modules.tar node_modules
3838

39-
- uses: actions/upload-artifact@v3
39+
- uses: actions/upload-artifact@v4
4040
with:
4141
name: node_modules
4242
path: node_modules.tar

0 commit comments

Comments
 (0)