Skip to content

Commit

Permalink
up github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Jul 17, 2024
1 parent 99549b2 commit 059e91f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
CXX: clang++

- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
# Artifact name
name: wheel-artifacts
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Install NPM dependencies
run: npm install
- name: Download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
# Artifact name
name: wheel-artifacts
Expand Down

0 comments on commit 059e91f

Please sign in to comment.