diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index d816c8c..f3e6a47 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.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: rcardin/raise4s