Skip to content

Commit

Permalink
Merge pull request #5 from Infineon/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
johannesloibl committed Mar 5, 2024
2 parents 041bdae + 6e9cacd commit 72854bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
DIFF_AGAINST: HEAD
PYTEST_XDIST_AUTO_NUM_WORKERS: 0
- name: On fail upload pytest results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: pytest-results-${{ matrix.os }}-${{ matrix.py }}
Expand Down

0 comments on commit 72854bb

Please sign in to comment.