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 479597a + 4e87e30 commit edefbb7Copy full SHA for edefbb7
.github/workflows/coverage.yml
@@ -18,11 +18,11 @@ jobs:
18
- name: Generate code coverage
19
run: cargo llvm-cov --all-features --html
20
- name: Upload artifact
21
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
22
with:
23
path: "./target/llvm-cov/html"
24
- name: Deploy to Netlify
25
- uses: nwtgck/actions-netlify@v2.0
+ uses: nwtgck/actions-netlify@v3.0
26
27
publish-dir: './target/llvm-cov/html'
28
production-branch: main
0 commit comments