diff --git a/swift/test/spm/action.yml b/swift/test/spm/action.yml index 629c049..05cfc63 100644 --- a/swift/test/spm/action.yml +++ b/swift/test/spm/action.yml @@ -72,7 +72,7 @@ runs: # if: ${{ inputs.skip-codecov != 'true' && runner.os == 'Linux' }} # shell: bash # run: git config --global --add safe.directory "${GITHUB_WORKSPACE}" - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: ${{ inputs.skip-codecov != 'true' }} with: token: ${{ inputs.codecov-token }}