From 9c73696b299ea0cc6d419fa044787a6b6a723449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:33:52 +0100 Subject: [PATCH] ci(deps): bump actions/upload-artifact from 4 to 5 (#666) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b35cd2..c35cd9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -243,7 +243,7 @@ jobs: - name: Upload self-contained executable - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: (github.ref_name == 'main' || github.ref_name == 'release') && matrix.PUBLISH_RELEASE && !env.ACT with: name: artifacts-${{ matrix.os }} @@ -273,7 +273,7 @@ jobs: - name: Collect coverage reports - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: (github.ref_name == 'main' || github.event_name == 'pull_request') && !env.ACT with: name: coverage-${{ matrix.os }}-py${{ matrix.PYTHON_VERSION }}