We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4dac7d7 + 0cb3add commit 66928d1Copy full SHA for 66928d1
.github/workflows/go.yml
@@ -78,7 +78,7 @@ jobs:
78
# Upload the original go test log as an artifact for later review.
79
- name: Upload Testlog
80
# https://github.com/EnricoMi/publish-unit-test-result-action
81
- uses: EnricoMi/publish-unit-test-result-action@afb2984f4d89672b2f9d9c13ae23d53779671984 # v2.19.0
+ uses: EnricoMi/publish-unit-test-result-action@3a74b2957438d0b6e2e61d67b05318aa25c9e6c6 # v2.20.0
82
if: always() && matrix.os == 'ubuntu-24.04' && github.ref_name == github.event.repository.default_branch
83
with:
84
files: |
0 commit comments