diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61f9632..b9271ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - run: nix develop --command bash -c "lint && integration" - - uses: codecov/codecov-action@v4.1.0 + - uses: codecov/codecov-action@v4.4.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: test/coverage.out