diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5acddab..17617ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: if: runner.os == 'Windows' run: copy core\target\${{ matrix.target }}\release\relay.exe ${{ matrix.artifact }} - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.artifact }} path: ${{ matrix.artifact }}