Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst committed Nov 9, 2024
1 parent d2ffca7 commit 2aa9ca3
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 @@ -44,7 +44,7 @@ jobs:
- name: Build
run: cargo build --release ${{ matrix.features }} --verbose
- name: Archive artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: matrix.features == '--all-features'
with:
name: Binaries
Expand Down

0 comments on commit 2aa9ca3

Please sign in to comment.