From 43b03b604dd150e373fae66b315cd46f5976c2c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 00:52:23 +0000 Subject: [PATCH] chore(deps): update actions/upload-pages-artifact action to v5 --- .github/workflows/redoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/redoc.yml b/.github/workflows/redoc.yml index 22e1799..08fa35e 100644 --- a/.github/workflows/redoc.yml +++ b/.github/workflows/redoc.yml @@ -35,7 +35,7 @@ jobs: - name: Generate OpenAPI documentation shell: nix shell nixpkgs#redocly --quiet --command bash {0} run: sh ./scripts/build-docs.sh - - uses: actions/upload-pages-artifact@v4 + - uses: actions/upload-pages-artifact@v5 with: path: "./pages" - name: Deploy to GitHub Pages