Skip to content

Commit 573b9ce

Browse files
authored
Merge pull request #211 from itowlson/artifact-action-again-fie-again
Update artifact action maybe correctly this time
2 parents 6e4f740 + 0395613 commit 573b9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
python3 ../scripts/generate_sitemap.py --domain "component-model.bytecodealliance.org" --higher-priority "design" --output-path book/sitemap.xml
5656
cd ..
5757
- name: Upload artifact
58-
uses: actions/upload-pages-artifact@v4
58+
uses: actions/upload-pages-artifact@v3
5959
with:
6060
path: ./component-model/book
6161

0 commit comments

Comments
 (0)