From b94d954f13941647bcfe07842f93d403b939a496 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:12:55 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.6.1 --- .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..8713a8d 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.1 with: name: conformance-report path: '*-report.yaml'