From 6d0c2f0ca9df0af3047e4e8159939ce9efbf0cf1 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 1 May 2025 23:42:52 +0000
Subject: [PATCH] Bump the github-actions group with 2 updates

Bumps the github-actions group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance).


Updates `actions/download-artifact` from 54124fbd881f8ce794405a06896c93c49c17463e to d3f86a106a0bac45b974a628896c90dbdf5c8093
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/54124fbd881f8ce794405a06896c93c49c17463e...d3f86a106a0bac45b974a628896c90dbdf5c8093)

Updates `actions/attest-build-provenance` from 2.2.3 to 2.3.0
- [Release notes](https://github.com/actions/attest-build-provenance/releases)
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
- [Commits](https://github.com/actions/attest-build-provenance/compare/2.2.3...v2.3.0)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: d3f86a106a0bac45b974a628896c90dbdf5c8093
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: actions/attest-build-provenance
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/release.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 35ba742..a7e4806 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -50,12 +50,12 @@ jobs:
       attestations: write
       contents: read
     steps:
-      - uses: actions/download-artifact@54124fbd881f8ce794405a06896c93c49c17463e
+      - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
         with:
           artifact-ids: ${{ needs.release.outputs.artifact-id }}
 
       - name: attest build provenance
-        uses: actions/attest-build-provenance@2.2.3
+        uses: actions/attest-build-provenance@v2.3.0
         with:
           subject-path: "."
 
@@ -64,7 +64,7 @@ jobs:
     runs-on: ubuntu-latest
     needs: [release, sign]
     steps:
-      - uses: actions/download-artifact@54124fbd881f8ce794405a06896c93c49c17463e
+      - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
         with:
           artifact-ids: ${{ needs.release.outputs.artifact-id }}