Skip to content

Commit 87edb11

Browse files
maint: bump actions/upload-artifact from 4.5.0 to 4.6.0 (#547)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7214230 commit 87edb11

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
@@ -45,14 +45,14 @@ jobs:
4545
make -C doc pdf
4646
4747
- name: Upload HTML documentation
48-
uses: actions/upload-artifact@v4.5.0
48+
uses: actions/upload-artifact@v4.6.0
4949
with:
5050
name: HTML-Documentation
5151
path: doc/_build/html
5252
retention-days: 7
5353

5454
- name: Upload PDF Documentation
55-
uses: actions/upload-artifact@v4.5.0
55+
uses: actions/upload-artifact@v4.6.0
5656
with:
5757
name: PDF-Documentation
5858
path: doc/_build/latex/pyansys*.pdf

0 commit comments

Comments
 (0)