Skip to content

Commit ad22bf7

Browse files
Update actions/upload-pages-artifact action to v4 (#82)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8eb8a6d commit ad22bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v3
46+
uses: actions/upload-pages-artifact@v4
4747
with:
4848
path: 'pages'
4949
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)