We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361c22f commit 873aaa2Copy full SHA for 873aaa2
.github/workflows/ci_cd.yml
@@ -100,7 +100,7 @@ jobs:
100
LICENSE_SERVER: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
101
102
- name: Upload wheel
103
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
104
with:
105
name: ansys-pyoptics-wheel
106
path: dist/
@@ -144,7 +144,7 @@ jobs:
144
retention-days: 7
145
146
- name: Upload PDF Documentation
147
148
149
name: Documentation-pdf
150
path: doc/build/latex/*.pdf
0 commit comments