File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
artifacts-sha256 : ${{ steps.set-hash.outputs.artifacts-sha256 }}
116
116
steps :
117
117
- name : Download artifacts-sha256
118
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
118
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
119
119
with :
120
120
name : artifacts-sha256
121
121
# The SLSA provenance generator expects the hash digest of artifacts to be passed as a job
@@ -148,7 +148,7 @@ jobs:
148
148
- name : Checkout repository
149
149
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
150
150
- name : Download artifacts
151
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
151
+ uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
152
152
with :
153
153
name : gradle-build-outputs
154
154
path : build/repo
You can’t perform that action at this time.
0 commit comments