diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7e2126d9..4434d252 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -94,7 +94,7 @@ jobs: cargo build --release --target ${{ matrix.target.triplet }} --features ${{ matrix.feature }} cp target/${{ matrix.target.triplet }}/release/magicentry magicentry-${{ matrix.feature }}-${{ matrix.target.name }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: binary-${{ matrix.feature }}-${{ matrix.target.name }} path: magicentry-*