Skip to content

Commit 40cd9b6

Browse files
Bump actions/upload-pages-artifact in the github-actions group (#64)
Bumps the github-actions group with 1 update: [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact). Updates `actions/upload-pages-artifact` from 2d163be3ddce01512f3eea7ac5b7023b5d643ce1 to 7b1f4a764d45c48632c6b24a0339c27f5614fb0b - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@2d163be...7b1f4a7) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: 7b1f4a764d45c48632c6b24a0339c27f5614fb0b dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f601d4a commit 40cd9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Add .nojekyll file
2323
run: echo > doc/sphinx/build/html/.nojekyll
2424
- name: Upload artifacts
25-
uses: actions/upload-pages-artifact@2d163be3ddce01512f3eea7ac5b7023b5d643ce1
25+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b
2626
with:
2727
name: github-pages
2828
path: doc/sphinx/build/html/

0 commit comments

Comments
 (0)