From eeb9273bbc56198ee71a77cbc042c4be1bb618f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:03:56 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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