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 @@ -139,7 +139,7 @@ jobs:
139139 if : always()
140140
141141 - name : " Upload Test Results"
142- uses : actions/upload-artifact@v5
142+ uses : actions/upload-artifact@v6
143143 with :
144144 name : ${{ env.PACKAGE_NAME }}_${{ matrix.python-version }}_${{ matrix.os }}_pytest_${{ env.ANSYS_VERSION }}
145145 path : tests/junit/test-results.xml
@@ -202,7 +202,7 @@ jobs:
202202 if : always()
203203
204204 - name : " Upload Test Results"
205- uses : actions/upload-artifact@v5
205+ uses : actions/upload-artifact@v6
206206 with :
207207 name : ${{ env.PACKAGE_NAME }}_${{ matrix.python-version }}_${{ matrix.os }}_pytest_${{ matrix.ANSYS_VERSION.version }}${{ matrix.ANSYS_VERSION.patch }}
208208 path : tests/junit/test-results.xml
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 if : always()
121121
122122 - name : " Upload Test Results"
123- uses : actions/upload-artifact@v5
123+ uses : actions/upload-artifact@v6
124124 with :
125125 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 }}
126126 path : tests/junit/test-results.xml
@@ -181,7 +181,7 @@ jobs:
181181 if : always()
182182
183183 - name : " Upload Test Results"
184- uses : actions/upload-artifact@v5
184+ uses : actions/upload-artifact@v6
185185 with :
186186 name : ${{ env.PACKAGE_NAME }}_${{ matrix.python-version }}_${{ matrix.os }}_pytest_${{ matrix.ANSYS_VERSION.version }}${{ matrix.ANSYS_VERSION.patch }}
187187 path : tests/junit/test-results.xml
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157157 make pdf $DEBUG_PDF
158158
159159 - name : " Upload Documentation Build log"
160- uses : actions/upload-artifact@v5
160+ uses : actions/upload-artifact@v6
161161 with :
162162 name : doc-${{env.PACKAGE_NAME}}-log
163163 path : doc/*.txt
@@ -171,7 +171,7 @@ jobs:
171171 if : always()
172172
173173 - name : " Upload HTML Documentation"
174- uses : actions/upload-artifact@v5
174+ uses : actions/upload-artifact@v6
175175 with :
176176 name : HTML-doc-${{env.PACKAGE_NAME}}.zip
177177 path : HTML-doc-${{env.PACKAGE_NAME}}.zip
@@ -196,7 +196,7 @@ jobs:
196196 dest : PDF-doc-${{env.PACKAGE_NAME}}.zip
197197
198198 - name : " Upload PDF Documentation"
199- uses : actions/upload-artifact@v5
199+ uses : actions/upload-artifact@v6
200200 if : inputs.generate_pdf == 'true'
201201 with :
202202 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@v5
81+ uses : actions/upload-artifact@v6
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