File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
- bundles
103
103
steps :
104
104
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
105
- - uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
105
+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
106
106
if : ${{ inputs.skip-bundles == false }}
107
107
with :
108
108
name : bundles-amd64
@@ -132,22 +132,22 @@ jobs:
132
132
credentials_json : ${{ secrets.GCS_CRIO_SA }}
133
133
- uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
134
134
if : ${{ inputs.skip-bundles == false && github.event_name != 'pull_request' }}
135
- - uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
135
+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
136
136
if : ${{ inputs.skip-bundles == false && github.event_name != 'pull_request' }}
137
137
with :
138
138
name : bundles-amd64
139
139
path : build/bundle
140
- - uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
140
+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
141
141
if : ${{ inputs.skip-bundles == false && github.event_name != 'pull_request' }}
142
142
with :
143
143
name : bundles-arm64
144
144
path : build/bundle
145
- - uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
145
+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
146
146
if : ${{ inputs.skip-bundles == false && github.event_name != 'pull_request' }}
147
147
with :
148
148
name : bundles-ppc64le
149
149
path : build/bundle
150
- - uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
150
+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
151
151
if : ${{ inputs.skip-bundles == false && github.event_name != 'pull_request' }}
152
152
with :
153
153
name : bundles-s390x
You can’t perform that action at this time.
0 commit comments