Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: uv run pytest --cov

- name: Store the coverage report
uses: actions/upload-artifact@v4.6.2
uses: actions/upload-artifact@v7.0.0
with:
include-hidden-files: true
name: coverage-${{ matrix.python-version }}
Expand Down Expand Up @@ -116,7 +116,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@v7.0.0
with:
name: python-coverage-comment-action
path: python-coverage-comment-action.txt
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}

- name: Upload the built image as artifact for download
uses: actions/upload-artifact@v4.6.2
uses: actions/upload-artifact@v7.0.0
with:
name: templates-api.tar
path: templates-api.tar
Expand Down
Loading