Skip to content

Commit 65d3367

Browse files
authored
Upgrade GitHub Actions for gh-pages workflow
1 parent 3da50d3 commit 65d3367

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434

3535
- name: Setup Pages
3636
uses: actions/configure-pages@v5
3737

3838
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v3
39+
uses: actions/upload-pages-artifact@v4
4040
with:
4141
# Upload entire repository
4242
path: '.'

0 commit comments

Comments
 (0)