Skip to content

Commit

Permalink
Update upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-symphony committed Oct 28, 2024
1 parent 201ba2f commit cabd247
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
timeout-minutes: 10

- name: Upload test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v44
with:
name: pytest-results-${{ matrix.os }}
path: test-results/junit.xml
if: ${{ always() }}

- name: Upload test coverage
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pytest-coverage-${{ matrix.os }}
path: htmlcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Upload Pylint results
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: .pylint.d
path: ~/.pylint.d

0 comments on commit cabd247

Please sign in to comment.