From b3d3284f18250a9e3d94bdae64ec05f4f8bd804e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:16:29 +0100 Subject: [PATCH] chore(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 (#1380) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release_to_pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_to_pypi.yml b/.github/workflows/release_to_pypi.yml index cd080eb5..56c38410 100644 --- a/.github/workflows/release_to_pypi.yml +++ b/.github/workflows/release_to_pypi.yml @@ -94,7 +94,7 @@ jobs: # Used to generate artifact attestation attestations: write steps: - - uses: actions/download-artifact@v5.0.0 + - uses: actions/download-artifact@v6.0.0 - name: Generate artifact attestation uses: actions/attest-build-provenance@v3.0.0