Fix upload-artifact action version

This commit is contained in:
Peter Evans
2022-03-22 12:57:19 +09:00
parent 8d9724ed37
commit 646aa8008a

View File

@@ -23,11 +23,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@v4 - uses: actions/upload-artifact@v3
with: with:
name: dist name: dist
path: dist path: dist
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v3
with: with:
name: action.yml name: action.yml
path: action.yml path: action.yml