From 11e43860d8dc89cbdc01afecda26e56d20efabfd Mon Sep 17 00:00:00 2001 From: BD103 <59022059+BD103@users.noreply.github.com> Date: Sat, 20 Jan 2024 04:27:00 -0500 Subject: [PATCH] Bump dev-docs pages actions (#11418) # Objective - `actions/upload-pages-artifact` and `actions/deploy-pages` are outdated. - Alternative to #11253 and #11252. ## Solution - Bump the version of both actions. --- There appear to be no user-facing changes. They just both need to be updated together. (The `actions: read` permission was a bug that was fixed later.) --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ca4d667eea..f331e5f024 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -61,10 +61,10 @@ jobs: echo "User-Agent: *\nDisallow: /" > target/doc/robots.txt - name: Upload site artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: target/doc - name: Deploy to Github Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4