Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: pipenv run pytest --cov-fail-under=80 --cov --cov-branch --cov-report xml:report/coverage.xml --cov-report html:report/coverage

- name: Archive coverage artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
if: ${{ matrix.python == env.default-python-version && matrix.platform == env.default-platform }}
with:
name: ${{ matrix.platform }} Coverage
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
pipenv run twine check dist/*

- name: Upload Package
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: packaged-library
path: ${{github.workspace}}/dist/
Loading