diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c482c4eb5..8c78084898 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,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