Skip to content
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
12 changes: 6 additions & 6 deletions .github/workflows/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
make test-coverage

- name: Upload Unit Test Coverage
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: coverage_unit
path: coverage_unit.out
Expand All @@ -63,7 +63,7 @@ jobs:
KUBECONFIG=${PWD}/kubeconfig_managed make e2e-test-running-in-cluster

- name: Upload Uninstall Test Coverage
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: coverage_e2e_uninstall
path: coverage_e2e_uninstall.out
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
KUBECONFIG=${PWD}/kubeconfig_managed make e2e-test-coverage

- name: Upload E2E Test Coverage
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
if: ${{ matrix.kind == 'latest' }}
with:
name: coverage_e2e
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
KUBECONFIG=${PWD}/kubeconfig_managed make e2e-test-hosted-mode-coverage

- name: Upload Hosted Mode Coverage
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
if: ${{ matrix.kind == 'latest' }}
with:
name: coverage_e2e_hosted_mode
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
KUBECONFIG=${PWD}/kubeconfig_managed make e2e-test-standalone-templates-coverage

- name: Upload Hub Templates Enabled Coverage
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
if: ${{ matrix.kind == 'latest' }}
with:
name: coverage_e2e_hub_templates
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
go-version: 'stable'

- name: Download Coverage Results
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
merge-multiple: true

Expand Down