Skip to content

Commit

Permalink
test: actions/upload-artifactのバージョンを最新のものに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
crab85193 committed Dec 15, 2024
1 parent bf2945b commit beec8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run Jest
run: yarn jest
- name: Upload test coverage artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage
Expand Down

0 comments on commit beec8e6

Please sign in to comment.