Skip to content

Commit 5c201b7

Browse files
Merge pull request #236 from cri-o/dependabot/github_actions/actions/download-artifact-4.2.1
Bump actions/download-artifact from 4.2.0 to 4.2.1
2 parents 15fee74 + 84bec2d commit 5c201b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .github/workflows/obs.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- bundles
103103
steps:
104104
- 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
106106
if: ${{ inputs.skip-bundles == false }}
107107
with:
108108
name: bundles-amd64
@@ -132,22 +132,22 @@ jobs:
132132
credentials_json: ${{ secrets.GCS_CRIO_SA }}
133133
- uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
134134
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
136136
if: ${{ inputs.skip-bundles == false && github.event_name != 'pull_request' }}
137137
with:
138138
name: bundles-amd64
139139
path: build/bundle
140-
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
140+
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
141141
if: ${{ inputs.skip-bundles == false && github.event_name != 'pull_request' }}
142142
with:
143143
name: bundles-arm64
144144
path: build/bundle
145-
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
145+
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
146146
if: ${{ inputs.skip-bundles == false && github.event_name != 'pull_request' }}
147147
with:
148148
name: bundles-ppc64le
149149
path: build/bundle
150-
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
150+
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
151151
if: ${{ inputs.skip-bundles == false && github.event_name != 'pull_request' }}
152152
with:
153153
name: bundles-s390x

0 commit comments

Comments
 (0)