Skip to content

Commit 0ed7d97

Browse files
committed
CI - Use Node.js 20 actions on GitHub
1 parent b57184e commit 0ed7d97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout the source code
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
with:
2424
submodules: recursive
2525

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

0 commit comments

Comments
 (0)