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 564834c commit 2db4c04Copy full SHA for 2db4c04
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
uses: taiki-e/install-action@cargo-llvm-cov
76
- name: Run tests with coverage
77
run: cargo --locked llvm-cov nextest
78
- - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
+ - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
79
if: success() || failure()
80
with:
81
name: junit.xml
0 commit comments