Skip to content

Commit

Permalink
Bump actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Mar 6, 2025
1 parent 87ff272 commit 3c0f0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
echo "LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+${LD_LIBRARY_PATH}:}/usr/local/lib" >> $GITHUB_ENV
- name: Upload shared libraries
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: shared-libs
path: |
Expand Down

0 comments on commit 3c0f0f8

Please sign in to comment.