Skip to content

Commit 5a848e0

Browse files
chore(deps): update github artifact actions
1 parent 3d5b46e commit 5a848e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
run: helm package .
141141

142142
- name: Upload Helm chart as artifact
143-
uses: actions/upload-artifact@v4
143+
uses: actions/upload-artifact@v5
144144
with:
145145
name: helm-chart-archive
146146
path: kube/helm/shulker-operator-*.tgz
@@ -168,7 +168,7 @@ jobs:
168168
token: ${{ secrets.GITHUB_TOKEN }}
169169

170170
- name: Download built Helm chart
171-
uses: actions/download-artifact@v4
171+
uses: actions/download-artifact@v6
172172
with:
173173
name: helm-chart-archive
174174
path: helm-charts

0 commit comments

Comments
 (0)