Skip to content

Commit

Permalink
chore: update *-artifact GitHub Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski authored Nov 5, 2024
1 parent 6d9c07a commit 6eab533
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 @@ -52,7 +52,7 @@ jobs:
python -m pytest -r sa --mpl --mpl-results-path=pytest_results
- name: Upload pytest test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: pytest_results-${{ matrix.python-version }}-${{ matrix.runs-on }}
Expand Down

0 comments on commit 6eab533

Please sign in to comment.