Skip to content

Commit a848b94

Browse files
authored
Merge pull request #24 from kas-gui/renovate/actions-upload-pages-artifact-3.x
chore(deps): update actions/upload-pages-artifact action to v3
2 parents 26b1166 + fe155e9 commit a848b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/configure-pages@v2
3434

3535
- name: Upload artifact
36-
uses: actions/upload-pages-artifact@v1
36+
uses: actions/upload-pages-artifact@v3
3737
with:
3838
path: './book'
3939

0 commit comments

Comments
 (0)