mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
github: update actions versions
- fixes deprecation warnings - fixes codecov upload failures
This commit is contained in:
committed by
David Lechner
parent
8b12d35276
commit
2d777e0dc4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user