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.
1 parent eb9fdf8 commit 8072105Copy full SHA for 8072105
.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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # 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