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: