Skip to content

Commit

Permalink
fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Sep 10, 2024
1 parent 4938c0c commit e20e73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: 🏃 Test with tox
run: tox
- name: 📤 Upload coverage to Codecov
uses: "actions/upload-artifact@v2.2.4"
uses: "actions/upload-artifact@v4"
with:
name: coverage-data
path: "coverage.xml"
Expand Down

0 comments on commit e20e73d

Please sign in to comment.