We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93093af commit dd5d9e9Copy full SHA for dd5d9e9
.github/workflows/release.yaml
@@ -78,7 +78,7 @@ jobs:
78
done
79
80
- name: Stash changelog files
81
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
82
with:
83
name: generated-changelogs
84
path: |
@@ -96,7 +96,7 @@ jobs:
96
fetch-depth: 0
97
98
- name: Unstash generated changelogs
99
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
100
101
102
path: charts
@@ -169,7 +169,7 @@ jobs:
169
token: ${{ secrets.TOOLS_JENKINS_ADMIN_ACCESS_GITHUB_TOKEN }}
170
171
172
173
174
175
0 commit comments