Update github actions to latest versions

Primarily to avoid the versions that are now deprecated, but also update
actions/upload-artifact to keep us up to date.
This commit is contained in:
Pierre Ossman
2024-02-05 16:34:47 +01:00
parent e75938bebc
commit 60643fe695
4 changed files with 13 additions and 13 deletions

View File

@@ -20,8 +20,8 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm update
- run: npm run test
env: