Skip to content

Commit

Permalink
Update the GitHub actions to use Node.js 20 instead of deprecated 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
vahancho committed Feb 6, 2024
1 parent 8bc330e commit 154677d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Configure CMake
if: matrix.os != 'windows-latest'
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
# Upload coverage report only for Linux
- name: Upload coverage to Codecov
if: matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit 154677d

Please sign in to comment.