Skip to content

Commit

Permalink
ci(github): updated upload-artifacts to latest v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lexouduck committed Sep 30, 2024
1 parent 92a9cb4 commit 34b5dd5
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 @@ -76,7 +76,7 @@ jobs:
run: make BUILDMODE=release dist

- name: Upload build binary artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: libccc-build_${{matrix.os}}_${{matrix.compiler}}
path: ./dist/*.zip
Expand Down

0 comments on commit 34b5dd5

Please sign in to comment.