bump upload-artifact

This commit is contained in:
Peter Evans 2023-12-19 22:25:16 +09:00 committed by GitHub
parent 93e4c5f6dd
commit f6d368e64a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,11 +29,11 @@ jobs:
- run: npm run format-check - run: npm run format-check
- run: npm run lint - run: npm run lint
- run: npm run test - run: npm run test
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
name: dist name: dist
path: dist path: dist
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
name: action.yml name: action.yml
path: action.yml path: action.yml