github: update actions versions

- fixes deprecation warnings
- fixes codecov upload failures
This commit is contained in:
David Lechner
2023-02-17 11:20:21 -06:00
committed by David Lechner
parent 8b12d35276
commit 2d777e0dc4
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -20,13 +20,13 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: yarn install
- run: |
yarn lint
git diff --exit-code
- run: yarn coverage
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
directory: coverage
- run: yarn build