diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0bf12d..3a8c5f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -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 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 51e7e41..0f2c3fe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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