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

Commit

Permalink
build(deps): update actions/upload-artifact action to v3 (#189)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 4, 2022
1 parent 0198349 commit 9e5f5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:

- name: Upload Helm Chart as an artifact
id: upload_helm_chart
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: helm-charts
path: installer/*.tgz
Expand All @@ -211,7 +211,7 @@ jobs:

- name: Upload Linter binaries as an artifact
id: upload_helm_chart
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: linter
path: bin/job-lint-*

0 comments on commit 9e5f5eb

Please sign in to comment.