Skip to content

Commit 11e4386

Browse files
authored
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.)
1 parent 63eb151 commit 11e4386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ jobs:
6161
echo "User-Agent: *\nDisallow: /" > target/doc/robots.txt
6262
6363
- name: Upload site artifact
64-
uses: actions/upload-pages-artifact@v1
64+
uses: actions/upload-pages-artifact@v3
6565
with:
6666
path: target/doc
6767

6868
- name: Deploy to Github Pages
6969
id: deployment
70-
uses: actions/deploy-pages@v2
70+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)