Skip to content

Commit

Permalink
Update upload artifact action version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-fu committed Feb 3, 2025
1 parent 97528ef commit abe3ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Test with pytest
run: poetry run pytest --cov-report html:coverage-${{ matrix.python-version }}
- name: Upload pytest test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pytest-results-${{ matrix.python-version }}
path: coverage-${{ matrix.python-version }}
Expand Down

0 comments on commit abe3ee2

Please sign in to comment.