Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Bump actions/upload-artifact from 3 to 4 #688

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
run: make release

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-manifests
path: out/release
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
run: ./scripts/ci-e2e-capi-quickstart.sh

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: e2e-quickstart
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
run: ./scripts/ci-e2e-capi.sh

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: e2e
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
run: ./scripts/ci-e2e-capi-conformance.sh

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: e2e-conformance
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
run: ./scripts/ci-e2e-capi-workload-upgrade.sh

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: e2e-workload-upgrade
Expand Down