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 9e66af6 commit 1b4d7bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cmake --build .
- name: Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-artifact
path: build
Expand All @@ -50,7 +50,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

0 comments on commit 1b4d7bc

Please sign in to comment.