Skip to content

Commit 9e21869

Browse files
Bump actions/upload-pages-artifact from 3 to 4 (#58)
1 parent 669535a commit 9e21869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- run: docfx docs/docfx.json
4646

4747
- name: Upload artifact
48-
uses: actions/upload-pages-artifact@v3
48+
uses: actions/upload-pages-artifact@v4
4949
with:
5050
# Upload entire repository
5151
path: "docs/_site"

0 commit comments

Comments
 (0)