File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3838 run : npm run build
3939
4040 - name : Upload build artifacts
41- uses : actions/upload-artifact@v6 .0.0
41+ uses : actions/upload-artifact@v7 .0.0
4242 with :
4343 name : build-artifacts
4444 path : |
4848 .dockerignore
4949
5050 - name : Upload helm chart
51- uses : actions/upload-artifact@v6 .0.0
51+ uses : actions/upload-artifact@v7 .0.0
5252 with :
5353 name : helm-chart
5454 path : helm
6363 prefix : ' v'
6464
6565 - name : Download build artifacts
66- uses : actions/download-artifact@v7 .0.0
66+ uses : actions/download-artifact@v8 .0.0
6767 with :
6868 name : build-artifacts
6969
@@ -105,7 +105,7 @@ jobs:
105105 prefix : ' v'
106106
107107 - name : Download chart definition
108- uses : actions/download-artifact@v7 .0.0
108+ uses : actions/download-artifact@v8 .0.0
109109 with :
110110 name : helm-chart
111111 path : helm
Original file line number Diff line number Diff line change 2727 run : npm run build
2828
2929 - name : Upload build artifacts
30- uses : actions/upload-artifact@v6 .0.0
30+ uses : actions/upload-artifact@v7 .0.0
3131 with :
3232 name : build-artifacts
3333 path : |
You can’t perform that action at this time.
0 commit comments