Skip to content

Commit 3bc569c

Browse files
committed
Updated CI
1 parent 45d1cb1 commit 3bc569c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linux.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cmake --build . --config ${{env.BUILD_TYPE}}
2929
3030
- name: Artifact
31-
uses: actions/upload-artifact@v2
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: build-artifact
3434
path: build
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v2
4242

4343
- name: Artifact
44-
uses: actions/download-artifact@v2
44+
uses: actions/download-artifact@v4
4545
with:
4646
name: build-artifact
4747
path: build

.github/workflows/windows.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cmake --build . --config ${{env.BUILD_TYPE}}
2929
3030
- name: Artifact
31-
uses: actions/upload-artifact@v2
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: build-artifact
3434
path: build
@@ -47,7 +47,7 @@ jobs:
4747
echo "C:\Program Files\OpenCppCoverage" >> $GITHUB_PATH
4848
4949
- name: Artifact
50-
uses: actions/download-artifact@v2
50+
uses: actions/download-artifact@v4
5151
with:
5252
name: build-artifact
5353
path: build

0 commit comments

Comments
 (0)