diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2eae217..351a55d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -107,7 +107,7 @@ jobs: GKE_CLUSTER_NAME: gke-${{ github.run_id }}-${{ github.run_number }} GKE_CLUSTER_ZONE: us-central1-a - name: Upload logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ always() }} with: name: logs-${{ github.run_number }}