Skip to content

Commit edefbb7

Browse files
authored
Merge pull request #144 from NULLx76/fix-ci
update ci workflows
2 parents 479597a + 4e87e30 commit edefbb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- name: Generate code coverage
1919
run: cargo llvm-cov --all-features --html
2020
- name: Upload artifact
21-
uses: actions/upload-pages-artifact@v1
21+
uses: actions/upload-pages-artifact@v3
2222
with:
2323
path: "./target/llvm-cov/html"
2424
- name: Deploy to Netlify
25-
uses: nwtgck/actions-netlify@v2.0
25+
uses: nwtgck/actions-netlify@v3.0
2626
with:
2727
publish-dir: './target/llvm-cov/html'
2828
production-branch: main

0 commit comments

Comments
 (0)