File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 run : |
126126 docker save --output keycloak-controller-container.tar keycloak-controller:latest
127127 - name : Upload image
128- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
128+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
129129 with :
130130 name : keycloak-controller-container
131131 path : keycloak-controller-container.tar
@@ -155,7 +155,7 @@ jobs:
155155 with :
156156 version : v0.17.0
157157 - name : Download keycloak-controller container
158- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
158+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
159159 with :
160160 name : keycloak-controller-container
161161 path : /tmp
@@ -206,7 +206,7 @@ jobs:
206206 uses : helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
207207
208208 - name : Download keycloak-controller container
209- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
209+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
210210 with :
211211 name : keycloak-controller-container
212212 path : /tmp
You can’t perform that action at this time.
0 commit comments