From 7f32a1345a9901729614fa829a68a46f365747dc Mon Sep 17 00:00:00 2001 From: Alex Lovell-Troy Date: Fri, 22 Nov 2024 15:33:35 -0500 Subject: [PATCH] fix: Update artifact attestation parameters in GitHub Actions workflow --- .github/workflows/hydrun.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hydrun.yaml b/.github/workflows/hydrun.yaml index 4ae484a..ef8362d 100644 --- a/.github/workflows/hydrun.yaml +++ b/.github/workflows/hydrun.yaml @@ -55,8 +55,8 @@ jobs: - name: Attest output uses: actions/attest-build-provenance@v1 with: - artifact-name: ${{ matrix.target.id }} - artifact-path: ${{ matrix.target.dst }} + subject-name: ${{ matrix.target.id }} + subject-path: ${{ matrix.target.dst }} - name: Upload output uses: actions/upload-artifact@v4 @@ -68,6 +68,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + id-token: write needs: build-linux steps: