Skip to content

Commit 429c449

Browse files
Bump actions/download-artifact from 5.0.0 to 6.0.0 (#1245)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...018cc2c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c5c168 commit 429c449

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/qe-ocp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
ref: ${{ env.CERTSUITE_REF }}
139139

140140
- name: Download pre-built certsuite binary
141-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
141+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
142142
with:
143143
name: certsuite-binary
144144
path: certsuite/

.github/workflows/qe.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
extra-dirs: certsuite-sample-workload certsuite
179179

180180
- name: Download pre-built certsuite binary
181-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
181+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
182182
with:
183183
name: certsuite-binary
184184
path: certsuite/
@@ -187,7 +187,7 @@ jobs:
187187
run: chmod +x certsuite/certsuite
188188

189189
- name: Download pre-built image
190-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
190+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
191191
with:
192192
name: testimage
193193
path: /tmp

0 commit comments

Comments
 (0)