Skip to content
Open
Show file tree
Hide file tree
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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: poetry run pytest --cov

- name: Store the coverage report
uses: actions/upload-artifact@v4.6.2
uses: actions/upload-artifact@v5.0.0
with:
include-hidden-files: true
name: coverage-${{ matrix.python-version }}
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

- name: Store the pull request coverage comment for later posting
if: steps.coverage_processing.outputs.COMMENT_FILE_WRITTEN == 'true'
uses: actions/upload-artifact@v4.6.2
uses: actions/upload-artifact@v5.0.0
with:
name: python-coverage-comment-action
path: python-coverage-comment-action.txt
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Build the package distributions
run: poetry build --no-interaction

- uses: actions/upload-artifact@v4.6.2
- uses: actions/upload-artifact@v5.0.0
with:
if-no-files-found: error
name: pyambit-dist
Expand Down
Loading