Skip to content

Commit

Permalink
Bump actions/upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Sep 13, 2024
1 parent 1d884c0 commit 72da881
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 @@ -90,7 +90,7 @@ jobs:
python3 -m pytest --tag-collapse --np=2 --durations=0 --durations-min=1.0 tutorials
- name: Upload tutorials logs as an artifact in case of failure
if: failure() || cancelled()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: "tutorials-logs-${{ matrix.backend }}"
path: |
Expand Down

0 comments on commit 72da881

Please sign in to comment.