Skip to content

Commit 443e4d9

Browse files
authored
Merge pull request #22 from kr-colab/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
2 parents 87beb6d + 6ff34f1 commit 443e4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
echo "Documentation build completed successfully (protobuf warnings ignored)"
6464
6565
- name: Upload documentation artifacts
66-
uses: actions/upload-artifact@v4
66+
uses: actions/upload-artifact@v5
6767
with:
6868
name: documentation
6969
path: docs/build/html/

0 commit comments

Comments
 (0)