Skip to content

Commit bd5073d

Browse files
committed
Fix versions of Github Actions packages.
1 parent 7092390 commit bd5073d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
./node_modules/.bin/yml2vocab -v vocab/vocabulary.yml -t vocab/template.html
3737
rm -rf node_modules
3838
- name: Setup Github Pages
39-
uses: actions/configure-pages@v4
39+
uses: actions/configure-pages@v5
4040
- name: Upload artifact
41-
uses: actions/upload-pages-artifact@v4
41+
uses: actions/upload-pages-artifact@v3
4242
with:
4343
# Upload entire repository
4444
path: '.'

0 commit comments

Comments
 (0)