Skip to content

Commit f64338f

Browse files
authored
Merge branch 'main' into flakey-test-fixes
2 parents c9b59c8 + 2257a80 commit f64338f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
attestations: write
5151
contents: read
5252
steps:
53-
- uses: actions/download-artifact@54124fbd881f8ce794405a06896c93c49c17463e
53+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
5454
with:
5555
artifact-ids: ${{ needs.release.outputs.artifact-id }}
5656

5757
- name: attest build provenance
58-
uses: actions/attest-build-provenance@2.2.3
58+
uses: actions/attest-build-provenance@v2.3.0
5959
with:
6060
subject-path: "."
6161

@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
needs: [release, sign]
6666
steps:
67-
- uses: actions/download-artifact@54124fbd881f8ce794405a06896c93c49c17463e
67+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
6868
with:
6969
artifact-ids: ${{ needs.release.outputs.artifact-id }}
7070

0 commit comments

Comments
 (0)