Skip to content

Commit 11bc19d

Browse files
authored
Update deprecated actions
1 parent 0f5235f commit 11bc19d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/buildresources/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
4343
- name: Publish to GitHub Pages
4444
if: inputs.publish-to-gh == 'true'
45-
uses: peaceiris/actions-gh-pages@v3
45+
uses: peaceiris/actions-gh-pages@v4
4646
with:
4747
github_token: ${{ github.token }}
4848
publish_dir: book/_build/html
@@ -52,7 +52,7 @@ runs:
5252

5353
- name: Save Build
5454
if: ${{ always() && inputs.jb-save == 'true'}}
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: build
5858
path: book/_build/

0 commit comments

Comments
 (0)