Skip to content

Commit ef4b3e2

Browse files
Update GitHub Artifact Actions
1 parent 752bd8b commit ef4b3e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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: |
@@ -48,7 +48,7 @@ jobs:
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
@@ -63,7 +63,7 @@ jobs:
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

.github/workflows/validate-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)