diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index d816c8c..9e58340 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -31,7 +31,7 @@ jobs: - name: Run tests run: sbt test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v5.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} slug: rcardin/raise4s