Skip to content

Commit d6211c1

Browse files
maint: bump actions/upload-artifact from 4.6.2 to 5.0.0 (#654)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7b25ff commit d6211c1

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.6.2
48+
uses: actions/upload-artifact@v5.0.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.6.2
55+
uses: actions/upload-artifact@v5.0.0
5656
with:
5757
name: PDF-Documentation
5858
path: doc/_build/latex/pyansys*.pdf

0 commit comments

Comments
 (0)