diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e62f496..5213d6c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: run: | ./earthly.sh +test - name: Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: file: ./coverage.out - uses: actions/upload-artifact@v2