Skip to content

Commit

Permalink
ci: update upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Feb 9, 2025
1 parent 02a5568 commit bada39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: codecov/codecov-action@v3

- name: Upload pytest test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: pytest-results-${{ matrix.config.name }}
Expand Down

0 comments on commit bada39f

Please sign in to comment.