Skip to content

Commit

Permalink
Upgrade artifact-upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Dec 13, 2024
1 parent 6355252 commit f4fbe8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: cargo binstall cross -y
- name: Build
run: cross build -p ${{ matrix.crate }} --release --target=${{ matrix.target }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.crate }}-${{ matrix.target }}
path: target/${{ matrix.target }}/release/${{ matrix.crate }}
Expand Down

0 comments on commit f4fbe8b

Please sign in to comment.