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 c45610f commit 363c2b6Copy full SHA for 363c2b6
.github/workflows/ci:test.yml
@@ -20,6 +20,6 @@ jobs:
20
run: yarn ci:test
21
22
- name: Publish coverage report 📃
23
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
24
with:
25
fail_ci_if_error: true
.github/workflows/gh-pages.yml
@@ -17,7 +17,7 @@ jobs:
17
run: npm run build-gh-pages
18
19
- name: Deploy 🚀
- uses: JamesIves/github-pages-deploy-action@4.1.3
+ uses: JamesIves/github-pages-deploy-action@4.1.4
branch: gh-pages
folder: gh-pages
0 commit comments