From d85dd83cc2d1f1d3f831205c523db0954d57f33b Mon Sep 17 00:00:00 2001 From: Carl Csaposs Date: Mon, 11 Nov 2024 14:17:12 +0000 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 085d25b2..3aeb3017 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: - name: Run tests run: tox run -e unit - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 build: name: Build charm | ${{ matrix.path }} @@ -83,7 +83,7 @@ jobs: - build uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v21.0.0 with: - artifact-prefix: packed-charm-cache-true + artifact-prefix: packed-charm-cache-false # TODO revert to "packed-charm-cache-true" when cache re-enabled cloud: microk8s microk8s-snap-channel: 1.29-strict/stable juju-agent-version: ${{ matrix.juju.agent }}