From 76ea1ef3ba7b63feb5a968ac846e8a12002ba01f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 04:18:28 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci(deps):=20bump=20actions/uploa?= =?UTF-8?q?d-artifact=20from=204=20to=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pythonpackage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 5742caf..1820549 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -39,7 +39,7 @@ jobs: run: uv run ./scripts/lint.sh - name: Archive lint reports - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: lint-reports path: reports @@ -82,7 +82,7 @@ jobs: parallel: true - name: Archive code coverage results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: coverage-${{ matrix.platform }}-${{ matrix.python-version }} path: reports/.coverage