Skip to content

Commit aa727e6

Browse files
chore(deps): update github artifact actions to v7
1 parent 401c891 commit aa727e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v7
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@v7
172172
with:
173173
name: helm-chart-archive
174174
path: helm-charts

0 commit comments

Comments
 (0)