Skip to content

Commit 64fe434

Browse files
Bump actions/download-artifact from 4.3.0 to 6.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...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]>
1 parent ea76b20 commit 64fe434

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/js-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- uses: ./.github/actions/pnpm-setup
154154

155155
- name: Download Keycloak server
156-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
156+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
157157
with:
158158
name: keycloak
159159

@@ -234,7 +234,7 @@ jobs:
234234
working-directory: js
235235

236236
- name: Download Keycloak server
237-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
237+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
238238
with:
239239
name: keycloak
240240

.github/workflows/operator-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: Download keycloak distribution
102102
id: download-keycloak-dist
103-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
103+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
104104
with:
105105
name: keycloak-dist
106106
path: quarkus/container
@@ -160,7 +160,7 @@ jobs:
160160

161161
- name: Download keycloak distribution
162162
id: download-keycloak-dist
163-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
163+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
164164
with:
165165
name: keycloak-dist
166166
path: quarkus/container

0 commit comments

Comments
 (0)