We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76512b8 + a52309c commit 8eb4d85Copy full SHA for 8eb4d85
1 file changed
.github/workflows/pages.yml
@@ -29,11 +29,11 @@ jobs:
29
runs-on: ubuntu-latest
30
steps:
31
- name: Checkout
32
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
33
- name: Setup Pages
34
uses: actions/configure-pages@v5
35
- name: Upload artifact
36
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
37
with:
38
# Upload entire repository
39
path: '.'
0 commit comments