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 7cd1ecb + 1507da6 commit 84cf0d3Copy full SHA for 84cf0d3
.github/workflows/build.yaml
@@ -45,7 +45,7 @@ jobs:
45
files: |
46
**/test-results/**/*.xml
47
- name: Archive test report
48
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
49
# Archive test reports for introspection even if the build failed. They are most useful in this situation.
50
if: always()
51
with:
0 commit comments