Skip to content

Commit

Permalink
ci: use v4 upload/download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Apr 25, 2024
1 parent fb205a2 commit 5cfe583
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 @@ -63,7 +63,7 @@ jobs:
coverage_clover: _coverage/clover.xml

- name: Store coverage data
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code-coverage
path: _coverage
Expand Down

0 comments on commit 5cfe583

Please sign in to comment.