diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 614a5c26..71b43da3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: DOCS_RS: 1 run: cargo doc --no-deps --features full-async,parallel,doc-cfg,bindgen - name: Upload docs - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: docs path: | @@ -432,7 +432,7 @@ jobs: cat sys/src/bindings/${{ matrix.target }}.rs - name: Upload bindings if: matrix.task == 'bindings' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: bindings-${{ matrix.target }} path: sys/src/bindings/${{ matrix.target }}.rs