diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 398d88d5..8d86589c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,7 +115,7 @@ jobs: if: matrix.os == 'windows-latest' - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.RELEASE_BIN }}-${{ matrix.target }} path: ${{ env.RELEASE_BIN }}-${{ matrix.target }}*