Compare commits
2 commits
64c22596c1
...
39560600cb
Author | SHA1 | Date | |
---|---|---|---|
39560600cb | |||
|
56c0f9149d |
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
|
||||
|
||||
- name: Stash generated charts changelog files
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: charts-generated-changelog
|
||||
path: |
|
||||
|
@ -105,7 +105,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Unstash generated charts changelog files
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: charts-generated-changelog
|
||||
path: charts
|
||||
|
@ -144,7 +144,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Unstash generated charts changelog files
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: charts-generated-changelog
|
||||
path: charts
|
||||
|
|
Loading…
Reference in a new issue