diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 20e0f97a0..141590820 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -24,7 +24,7 @@ jobs: - name: Run tests with Coverage run: make coverage - name: Upload Code Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: name: codecov-deck token: ${{ secrets.CODECOV_TOKEN }}