Skip to content

Commit 915f0a4

Browse files
committed
update upload-artifact action cause v3 is deprecated
1 parent 2ca8f8b commit 915f0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Generate the documentation
2727
run: (cd doc && make html)
2828
- name: Upload documentation bundle
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: documentation
3232
path: doc/build/html/

0 commit comments

Comments
 (0)