Skip to content

Commit

Permalink
bump upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Dec 18, 2023
1 parent 71785b0 commit bf3d5cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- run: npm run format-check
- run: npm run lint
- run: npm run test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: action.yml
path: action.yml
Expand Down

0 comments on commit bf3d5cb

Please sign in to comment.