Skip to content

Commit ae61cd2

Browse files
maint: bump actions/upload-artifact from 4.3.6 to 4.4.0 (#497)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.6...v4.4.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ba5335 commit ae61cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
make -C doc pdf
4343
4444
- name: Upload HTML documentation
45-
uses: actions/upload-artifact@v4.3.6
45+
uses: actions/upload-artifact@v4.4.0
4646
with:
4747
name: HTML-Documentation
4848
path: .tox/doc_out_html/
4949
retention-days: 7
5050

5151
- name: Upload PDF Documentation
52-
uses: actions/upload-artifact@v4.3.6
52+
uses: actions/upload-artifact@v4.4.0
5353
with:
5454
name: PDF-Documentation
5555
path: doc/build/latex/pyansys*.pdf

0 commit comments

Comments
 (0)