Skip to content

Commit 363c2b6

Browse files
⬆️ deps: Upgrade.
1 parent c45610f commit 363c2b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci:test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
run: yarn ci:test
2121

2222
- name: Publish coverage report 📃
23-
uses: codecov/codecov-action@v1
23+
uses: codecov/codecov-action@v2
2424
with:
2525
fail_ci_if_error: true

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: npm run build-gh-pages
1818

1919
- name: Deploy 🚀
20-
uses: JamesIves/[email protected].3
20+
uses: JamesIves/[email protected].4
2121
with:
2222
branch: gh-pages
2323
folder: gh-pages

0 commit comments

Comments
 (0)