From d0b233351a59056b140f804ac0c82ca049ab10f7 Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:24:29 +0200 Subject: [PATCH] fix book ci job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69dd389c34..c426a18072 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: run: mdbook build ./book/ - name: Upload book - uses: upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v3 with: path: book/book if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository_owner == 'rust-lang'