diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 4d5ed14..9bbeef3 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -111,7 +111,7 @@ jobs: # dump the kubeconfig for later /usr/local/bin/kind get kubeconfig --name ${{ env.KIND_CLUSTER_NAME}} > _artifacts/kubeconfig.conf - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: test-image diff --git a/.github/workflows/npa.yml b/.github/workflows/npa.yml index 7f14891..d288f86 100644 --- a/.github/workflows/npa.yml +++ b/.github/workflows/npa.yml @@ -101,7 +101,7 @@ jobs: # dump the kubeconfig for later /usr/local/bin/kind get kubeconfig --name ${{ env.KIND_CLUSTER_NAME}} > _artifacts/kubeconfig.conf - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: test-image