From d1c2163749df835f70f4febeee7828565edc7857 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 22:24:08 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.6.2 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e2d500a..7e6c079 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,7 +54,7 @@ jobs: run: kubectl logs -n cloudflare-gateway deployment/cloudflare-controller-manager - name: Upload conformance report - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.2 with: name: conformance-report path: '*-report.yaml'