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 e9bccdf commit 137b48aCopy full SHA for 137b48a
.github/workflows/tag-and-build-release.yaml
@@ -93,12 +93,12 @@ jobs:
93
contents: write
94
steps:
95
- name: Download attestation
96
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
+ uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
97
with:
98
name: "${{ needs.provenance.outputs.attestation-name }}"
99
path: ./release/
100
- name: Download gradle release artifacts
101
102
103
name: project-release-artifacts
104
0 commit comments