diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3a472510..a8520aaf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }}