From 6254b99e02b3791bcd250d0d54f9991554a105df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 11:46:33 +0200 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4.3.0 to 5.0.0 (#1263) 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 0abf055e..43f2d189 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@v4.3.0 + - uses: actions/download-artifact@v5.0.0 - name: Generate artifact attestation uses: actions/attest-build-provenance@v2.4.0