Skip to content

Commit f182256

Browse files
authored
Merge pull request #466 from wbbaddons/gha-actions-attest
Migrate from `actions/attest-build-provenance` to `actions/attest`
2 parents 0a07bb7 + 437c183 commit f182256

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- run: npm ci
4545
- run: cargo build --locked --release --verbose
4646

47-
- uses: actions/attest-build-provenance@v4
47+
- uses: actions/attest@v4
4848
with:
4949
subject-path: '${{ github.workspace }}/target/release/tims-package-server'
5050

@@ -90,7 +90,7 @@ jobs:
9090
context: .
9191
push: true
9292
tags: ghcr.io/wbbaddons/tims-package-server:latest,ghcr.io/wbbaddons/tims-package-server:${{ steps.extract_version.outputs.version }}
93-
- uses: actions/attest-build-provenance@v4
93+
- uses: actions/attest@v4
9494
id: attest
9595
with:
9696
subject-name: ghcr.io/wbbaddons/tims-package-server

0 commit comments

Comments
 (0)