diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7528cb..9e38421 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -84,6 +84,6 @@ jobs: bundle exec rspec - name: codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: file: './coverage/.resultset.json'