Skip to content

Commit 5a39fd7

Browse files
authored
Merge pull request #39 from Deep-MI/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 801b00d + 7ee0689 commit 5a39fd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build doc
3434
run: sphinx-build ./main/doc ./doc-build/dev -W --keep-going
3535
- name: Upload documentation
36-
uses: actions/upload-artifact@v5
36+
uses: actions/upload-artifact@v6
3737
with:
3838
name: doc-dev
3939
path: ./doc-build/dev

0 commit comments

Comments
 (0)