Merge pull request #19365 from Homebrew/dependabot/github_actions/codecov/test-results-action-1.0.4

build(deps): bump codecov/test-results-action from 1.0.3 to 1.0.4
This commit is contained in:
Eric Knibbe 2025-02-24 19:05:07 +00:00 committed by GitHub
commit 0a8ef622a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -341,7 +341,7 @@ jobs:
filenames=$(find Library/Homebrew/test/junit -name 'rspec*.xml' -print | tr '\n' ',')
echo "filenames=${filenames%,}" >> "$GITHUB_OUTPUT"
- uses: codecov/test-results-action@44ecb3a270cd942bdf0fa8f2ce14cb32493e810a # v1.0.3
- uses: codecov/test-results-action@5c441a7bcc06f8706cde90192857d337c5dab8a6 # v1.0.4
with:
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}
files: ${{ steps.junit_xml.outputs.filenames }}