From 500924b3fd9b545cb4dd68a6d3cabeb3fa94904e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 04:42:40 +0000 Subject: [PATCH] Bump actions/attest from 1 to 4 Bumps [actions/attest](https://github.com/actions/attest) from 1 to 4. - [Release notes](https://github.com/actions/attest/releases) - [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest/compare/v1...v4) --- updated-dependencies: - dependency-name: actions/attest dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 0c6bdbefbcd..ecb8bd94010 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -50,7 +50,7 @@ jobs: run: twine check dist/* - name: Create Sigstore attestations for built distributions - uses: actions/attest@v1 + uses: actions/attest@v4 id: attest with: subject-path: "dist/*"