Skip to content

Commit b48d456

Browse files
Bump actions/upload-artifact from 3 to 4 (#72)
1 parent a8627ce commit b48d456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- run: npm run build
6464

65-
- uses: actions/upload-artifact@v3
65+
- uses: actions/upload-artifact@v4
6666
with: {name: dist, path: ./dist/, retention-days: 1}
6767

6868
- id: state

0 commit comments

Comments
 (0)