diff --git a/.github/workflows/devenv_test.yaml b/.github/workflows/devenv_test.yaml index 03e3970..87ebbbf 100644 --- a/.github/workflows/devenv_test.yaml +++ b/.github/workflows/devenv_test.yaml @@ -31,7 +31,7 @@ jobs: - name: Run pre-commit hooks and tests run: devenv test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v4.4.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: atropos112/atro-args