Skip to content

Commit

Permalink
ci: use actions/upload-artifact v3
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Mar 5, 2024
1 parent 06e517f commit a402135
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 @@ -50,7 +50,7 @@ jobs:
- name: Test with pytest
run: pytest tests/ --junitxml=junit/test-results-${{ matrix.python-version }}.xml
- name: Upload pytest test results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: pytest-results-${{ matrix.python-version }}
path: junit/test-results-${{ matrix.python-version }}.xml
Expand Down

0 comments on commit a402135

Please sign in to comment.