Skip to content

Commit

Permalink
CI: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Iswenzz committed Sep 15, 2024
1 parent 6e63639 commit b2d01ad
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cp -r build ../../../CGSC
- name: Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-artifact
path: build
Expand All @@ -57,7 +57,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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cp -r build ../../../CGSC
- name: Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-artifact
path: build
Expand All @@ -65,7 +65,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 b2d01ad

Please sign in to comment.