Skip to content

Commit

Permalink
Bump actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Feb 1, 2025
1 parent ea96a59 commit aaf45bb
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 @@ -86,7 +86,7 @@ jobs:
python3 -m pytest --np 2 tutorials
- name: Upload tutorials logs as an artifact in case of failure
if: failure() || cancelled()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "tutorials-logs-${{ matrix.petsc_arch }}"
path: |
Expand Down

0 comments on commit aaf45bb

Please sign in to comment.