File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138138 if : always()
139139
140140 - name : " Upload Test Results"
141- uses : actions/upload-artifact@v4
141+ uses : actions/upload-artifact@v5
142142 with :
143143 name : ${{ env.PACKAGE_NAME }}_${{ matrix.python-version }}_${{ matrix.os }}_pytest_${{ env.ANSYS_VERSION }}
144144 path : tests/junit/test-results.xml
@@ -201,7 +201,7 @@ jobs:
201201 if : always()
202202
203203 - name : " Upload Test Results"
204- uses : actions/upload-artifact@v4
204+ uses : actions/upload-artifact@v5
205205 with :
206206 name : ${{ env.PACKAGE_NAME }}_${{ matrix.python-version }}_${{ matrix.os }}_pytest_${{ matrix.ANSYS_VERSION.version }}${{ matrix.ANSYS_VERSION.patch }}
207207 path : tests/junit/test-results.xml
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 if : always()
120120
121121 - name : " Upload Test Results"
122- uses : actions/upload-artifact@v4
122+ uses : actions/upload-artifact@v5
123123 with :
124124 name : ${{ env.PACKAGE_NAME }}_${{ matrix.python-version }}_${{ matrix.os }}_pytest_${{ github.event.inputs.ansys_version || fromJson(vars.ANSYS_VERSION_LAST_RELEASED_WITH_PATCH).version }}${{ github.event.inputs.standalone_branch_suffix || fromJson(vars.ANSYS_VERSION_LAST_RELEASED_WITH_PATCH).patch }}
125125 path : tests/junit/test-results.xml
@@ -180,7 +180,7 @@ jobs:
180180 if : always()
181181
182182 - name : " Upload Test Results"
183- uses : actions/upload-artifact@v4
183+ uses : actions/upload-artifact@v5
184184 with :
185185 name : ${{ env.PACKAGE_NAME }}_${{ matrix.python-version }}_${{ matrix.os }}_pytest_${{ matrix.ANSYS_VERSION.version }}${{ matrix.ANSYS_VERSION.patch }}
186186 path : tests/junit/test-results.xml
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156156 make pdf $DEBUG_PDF
157157
158158 - name : " Upload Documentation Build log"
159- uses : actions/upload-artifact@v4
159+ uses : actions/upload-artifact@v5
160160 with :
161161 name : doc-${{env.PACKAGE_NAME}}-log
162162 path : doc/*.txt
@@ -170,7 +170,7 @@ jobs:
170170 if : always()
171171
172172 - name : " Upload HTML Documentation"
173- uses : actions/upload-artifact@v4
173+ uses : actions/upload-artifact@v5
174174 with :
175175 name : HTML-doc-${{env.PACKAGE_NAME}}.zip
176176 path : HTML-doc-${{env.PACKAGE_NAME}}.zip
@@ -195,7 +195,7 @@ jobs:
195195 dest : PDF-doc-${{env.PACKAGE_NAME}}.zip
196196
197197 - name : " Upload PDF Documentation"
198- uses : actions/upload-artifact@v4
198+ uses : actions/upload-artifact@v5
199199 if : inputs.generate_pdf == 'true'
200200 with :
201201 name : PDF-doc-${{env.PACKAGE_NAME}}
Original file line number Diff line number Diff line change 7878 ls
7979
8080 - name : " Upload artifact"
81- uses : actions/upload-artifact@v4
81+ uses : actions/upload-artifact@v5
8282 with :
8383 name : HTML-doc-ansys-dpf-post.zip
8484 path : HTML-doc-ansys-dpf-post.zip
You can’t perform that action at this time.
0 commit comments