Skip to content

Commit 5509bbd

Browse files
Update actions/upload-pages-artifact action to v5
1 parent 61c61e5 commit 5509bbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
mkdir -p pages
4444
./tools/gendocs.sh > pages/index.html
4545
- name: Upload artifact
46-
uses: actions/upload-pages-artifact@v4
46+
uses: actions/upload-pages-artifact@v5
4747
with:
4848
path: 'pages'
4949
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)