Skip to content

Commit

Permalink
CI - Use Node.js 20 actions on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Mar 19, 2024
1 parent b57184e commit 0ed7d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout the source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -46,7 +46,7 @@ jobs:
- name: Upload Artifact
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: idi-cpp-template-${{ matrix.type }}-${{ matrix.os }}-${{ github.sha }}
path: build/ctest.xml

0 comments on commit 0ed7d97

Please sign in to comment.