File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -226,13 +226,13 @@ jobs:
226226 run : helm push .artifacts/helm/${{ env.helm_chart }}-${{ env.gitVersion_SemVer }}.tgz ${{ env.helm_chart_repository_protocol }}${{ env.helm_chart_repository }}
227227
228228 - name : artifacts - helm - upload
229- uses : actions/upload-artifact@v4
229+ uses : actions/upload-artifact@v5
230230 with :
231231 name : artifacts-helm-${{env.gitVersion_SemVer}}
232232 path : .artifacts/helm
233233
234234 - name : artifacts - kubectl - upload
235- uses : actions/upload-artifact@v4
235+ uses : actions/upload-artifact@v5
236236 with :
237237 name : artifacts-kubectl-${{env.gitVersion_SemVer}}
238238 path : .artifacts/kubectl
@@ -248,13 +248,13 @@ jobs:
248248 steps :
249249
250250 - name : artifacts - helm - download
251- uses : actions/download-artifact@v5
251+ uses : actions/download-artifact@v6
252252 with :
253253 name : artifacts-helm-${{env.gitVersion_SemVer}}
254254 path : .artifacts/helm
255255
256256 - name : artifacts - kubectl - download
257- uses : actions/download-artifact@v5
257+ uses : actions/download-artifact@v6
258258 with :
259259 name : artifacts-kubectl-${{env.gitVersion_SemVer}}
260260 path : .artifacts/kubectl
You can’t perform that action at this time.
0 commit comments