Skip to content

Commit

Permalink
Update run-tests-action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gb119 authored Sep 4, 2024
1 parent 3c96087 commit 48b836a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Unit Test Results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Unit Test Results (Python ${{ matrix.python-version }})
path: pytest.xml
Expand Down

0 comments on commit 48b836a

Please sign in to comment.