diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 8da36bdd..5938fb71 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -32,7 +32,7 @@ jobs: set -e make test-backend - name: Upload Report to Codecov - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 + uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0 with: file: ./backend/coverage.out token: ${{ secrets.CODECOV_TOKEN }}