diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd41466..d38a32b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: run: rake build:${{ matrix.os }}-${{ matrix.arch }} - name: Upload test binary (${{ matrix.os }}-${{ matrix.arch }}}) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: rf-${{ github.sha }}-${{ matrix.os }}-${{ matrix.arch }} path: build/${{ matrix.os }}-${{ matrix.arch }}/bin/rf${{ matrix.suffix }}