Skip to content

Commit bc8e73e

Browse files
authored
Merge pull request #22 from Deep-MI/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents fb28ad2 + 3713807 commit bc8e73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build doc
3535
run: sphinx-build ./main/doc ./doc-build/dev -W --keep-going
3636
- name: Upload documentation
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: doc-dev
4040
path: ./doc-build/dev

0 commit comments

Comments
 (0)