Skip to content

Commit 873aaa2

Browse files
Bump actions/upload-artifact from 2 to 3 (#35)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 361c22f commit 873aaa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
LICENSE_SERVER: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
101101

102102
- name: Upload wheel
103-
uses: actions/upload-artifact@v2
103+
uses: actions/upload-artifact@v3
104104
with:
105105
name: ansys-pyoptics-wheel
106106
path: dist/
@@ -144,7 +144,7 @@ jobs:
144144
retention-days: 7
145145

146146
- name: Upload PDF Documentation
147-
uses: actions/upload-artifact@v2
147+
uses: actions/upload-artifact@v3
148148
with:
149149
name: Documentation-pdf
150150
path: doc/build/latex/*.pdf

0 commit comments

Comments
 (0)