Merge pull request 'chore(deps): update github artifact actions to v4 (major)' (#18) from renovate/major-github-artifact-actions into main
Reviewed-on: tommy/charts#18
This commit is contained in:
commit
39560600cb
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-and-publish.yml
vendored
6
.github/workflows/build-and-publish.yml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Stash generated charts changelog files
|
- name: Stash generated charts changelog files
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: charts-generated-changelog
|
name: charts-generated-changelog
|
||||||
path: |
|
path: |
|
||||||
|
@ -105,7 +105,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Unstash generated charts changelog files
|
- name: Unstash generated charts changelog files
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: charts-generated-changelog
|
name: charts-generated-changelog
|
||||||
path: charts
|
path: charts
|
||||||
|
@ -144,7 +144,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Unstash generated charts changelog files
|
- name: Unstash generated charts changelog files
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: charts-generated-changelog
|
name: charts-generated-changelog
|
||||||
path: charts
|
path: charts
|
||||||
|
|
Reference in a new issue