We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8ea56 commit d0e3c46Copy full SHA for d0e3c46
.github/workflows/tag-and-build-release.yaml
@@ -94,12 +94,12 @@ jobs:
94
contents: write
95
steps:
96
- name: Download attestation
97
- uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # tag=v3.0.1
+ uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
98
with:
99
name: "${{ needs.provenance.outputs.attestation-name }}"
100
path: ./release/
101
- name: Download gradle release artifacts
102
103
104
name: project-release-artifacts
105
0 commit comments