Skip to content

Commit 70d3a47

Browse files
Update deploy-pages action to v4 (#2161)
## Motivation for the change, related issues The current docs deploy workflow cannot find the docs artifact after updating to upload-pages-artifact@v3. The [example](https://github.com/actions/upload-pages-artifact/blob/2d163be3ddce01512f3eea7ac5b7023b5d643ce1/README.md#usage) for upload-pages-artifact@v3 shows use of deploy-pages@v4. ## Implementation details Let's try updating to `deploy-pages@v4`. ## Testing Instructions (or ideally a Blueprint) - CI - Observe whether this fixes the broken the doc deployment workflow
1 parent 85606ad commit 70d3a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,4 @@ jobs:
194194
with: { path: dist/docs/build }
195195
- name: Deploy to GitHub Pages
196196
id: deployment
197-
uses: actions/deploy-pages@v2
197+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)