Skip to content

Commit

Permalink
workflow: Update upload-artifact following deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinuel committed Feb 17, 2025
1 parent 5166025 commit fb6bdcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basic_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ jobs:
twine check dist/*
- name: Upload pytest test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pytest-results-${{ matrix.python-version }}
name: pytest-results-${{ matrix.python-version }}-${{ matrix.runs-on }}
path: |
test-results-${{ matrix.os }}-${{ matrix.python-version }}.xml
.coverage*
Expand Down

0 comments on commit fb6bdcb

Please sign in to comment.