Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Commit 9e5f5eb

Browse files
build(deps): update actions/upload-artifact action to v3 (#189)
Signed-off-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 0198349 commit 9e5f5eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

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

192192
- name: Upload Helm Chart as an artifact
193193
id: upload_helm_chart
194-
uses: actions/upload-artifact@v2
194+
uses: actions/upload-artifact@v3
195195
with:
196196
name: helm-charts
197197
path: installer/*.tgz
@@ -211,7 +211,7 @@ jobs:
211211

212212
- name: Upload Linter binaries as an artifact
213213
id: upload_helm_chart
214-
uses: actions/upload-artifact@v2
214+
uses: actions/upload-artifact@v3
215215
with:
216216
name: linter
217217
path: bin/job-lint-*

0 commit comments

Comments
 (0)