Skip to content

Commit

Permalink
Merge pull request #41 from Isotr0py/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

️👷 (deps): Bump actions/upload-artifact from 3 to 4
  • Loading branch information
Isotr0py authored Apr 15, 2024
2 parents 51a1d07 + 9214a18 commit 29cbb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
pytest test/ --junitxml=junit/test-results-${{ matrix.python-version }}.xml
- name: Upload pytest test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pytest-results-${{ matrix.python-version }}
path: junit/test-results-${{ matrix.python-version }}.xml
Expand Down

0 comments on commit 29cbb6d

Please sign in to comment.