Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Iswenzz committed Sep 26, 2024
1 parent 45d1cb1 commit 3bc569c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cmake --build . --config ${{env.BUILD_TYPE}}
- name: Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-artifact
path: build
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v2

- name: Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build-artifact
path: build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cmake --build . --config ${{env.BUILD_TYPE}}
- name: Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-artifact
path: build
Expand All @@ -47,7 +47,7 @@ jobs:
echo "C:\Program Files\OpenCppCoverage" >> $GITHUB_PATH
- name: Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build-artifact
path: build
Expand Down

0 comments on commit 3bc569c

Please sign in to comment.