Skip to content

Commit a31fe11

Browse files
Update actions/deploy-pages action to v5
1 parent b8c1855 commit a31fe11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252

5353
- name: ⏺ Deploy to GitHub Pages
5454
if: github.ref == 'refs/heads/master'
55-
uses: actions/deploy-pages@v4
55+
uses: actions/deploy-pages@v5
5656
with:
5757
artifact_name: ${{ steps.artifact-name.outputs.name }}

0 commit comments

Comments
 (0)