Skip to content

Commit ce98489

Browse files
Bump actions/upload-pages-artifact from 3 to 4 (#149)
1 parent 82d708a commit ce98489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build Doxygen Site
3333
run: cmake --build build --target docs
3434
- name: Upload artifact
35-
uses: actions/upload-pages-artifact@v3
35+
uses: actions/upload-pages-artifact@v4
3636
with:
3737
path: build/docs/html
3838
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)