Skip to content

Commit 8648319

Browse files
authored
Merge pull request #27 from kr-colab/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 6 to 7
2 parents b6cd225 + 20e5b3c commit 8648319

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 (known harmless warnings ignored)"
6464
6565
- name: Upload documentation artifacts
66-
uses: actions/upload-artifact@v6
66+
uses: actions/upload-artifact@v7
6767
with:
6868
name: documentation
6969
path: docs/build/html/

0 commit comments

Comments
 (0)