diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd65247..04a5cae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: run: cargo tauri build --target ${{ matrix.target }} - name: Upload binary artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.artifact_name }} path: |