Skip to content

Commit f9543ae

Browse files
authored
Merge pull request #688 from kubernetes-sigs/dependabot/github_actions/actions/upload-artifact-4
🌱 Bump actions/upload-artifact from 3 to 4
2 parents 54eb358 + 04b30e5 commit f9543ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
run: make release
166166

167167
- name: Upload artifact
168-
uses: actions/upload-artifact@v3
168+
uses: actions/upload-artifact@v4
169169
with:
170170
name: release-manifests
171171
path: out/release
@@ -210,7 +210,7 @@ jobs:
210210
run: ./scripts/ci-e2e-capi-quickstart.sh
211211

212212
- name: Upload artifact
213-
uses: actions/upload-artifact@v3
213+
uses: actions/upload-artifact@v4
214214
if: ${{ always() }}
215215
with:
216216
name: e2e-quickstart
@@ -256,7 +256,7 @@ jobs:
256256
run: ./scripts/ci-e2e-capi.sh
257257

258258
- name: Upload artifact
259-
uses: actions/upload-artifact@v3
259+
uses: actions/upload-artifact@v4
260260
if: ${{ always() }}
261261
with:
262262
name: e2e
@@ -302,7 +302,7 @@ jobs:
302302
run: ./scripts/ci-e2e-capi-conformance.sh
303303

304304
- name: Upload artifact
305-
uses: actions/upload-artifact@v3
305+
uses: actions/upload-artifact@v4
306306
if: ${{ always() }}
307307
with:
308308
name: e2e-conformance
@@ -348,7 +348,7 @@ jobs:
348348
run: ./scripts/ci-e2e-capi-workload-upgrade.sh
349349

350350
- name: Upload artifact
351-
uses: actions/upload-artifact@v3
351+
uses: actions/upload-artifact@v4
352352
if: ${{ always() }}
353353
with:
354354
name: e2e-workload-upgrade

0 commit comments

Comments
 (0)