Skip to content

Commit

Permalink
chore(ci): Upgrade artifact actions from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Elssky committed Nov 27, 2024
1 parent aca9f5d commit 12cf43c
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 @@ -179,7 +179,7 @@ jobs:
- name: Upload libgraphar.a artifact
if: github.event_name == 'push'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ubuntu-libgraphar.a
path: cpp/build-static/libgraphar.a
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
- name: Upload libgraphar.a artifact
if: github.event_name == 'push'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: macos-${{ matrix.macos-version }}-libgraphar.a
path: cpp/build-static/libgraphar.a

0 comments on commit 12cf43c

Please sign in to comment.