diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c47d18c..4aadb06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -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 @@ -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