Skip to content

Commit 69e6e29

Browse files
chore(deps): update actions/upload-pages-artifact action to v5 (#20)
1 parent 46d53fb commit 69e6e29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
mkdir _site
1919
mv *.tgz index.yaml _site/
2020
21-
- uses: actions/upload-pages-artifact@v4
21+
- uses: actions/upload-pages-artifact@v5
2222
with:
2323
path: _site/
2424

0 commit comments

Comments
 (0)