diff --git a/.github/workflows/steamkit2-build.yaml b/.github/workflows/steamkit2-build.yaml index 92e717fa8..87283d206 100644 --- a/.github/workflows/steamkit2-build.yaml +++ b/.github/workflows/steamkit2-build.yaml @@ -58,7 +58,7 @@ jobs: /p:Exclude="[SteamKit2]SteamKit2*Internal*" - name: Upload test coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.configuration == 'Debug' with: token: ${{ secrets.CODECOV_TOKEN }}