Skip to content

Commit c66fb6d

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 83ee36a commit c66fb6d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}
207207
path: tests/junit/test-results.xml

.github/workflows/ci_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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_${{ env.ANSYS_VERSION }}
125125
path: tests/junit/test-results.xml
@@ -179,7 +179,7 @@ jobs:
179179
if: always()
180180

181181
- name: "Upload Test Results"
182-
uses: actions/upload-artifact@v4
182+
uses: actions/upload-artifact@v5
183183
with:
184184
name: ${{ env.PACKAGE_NAME }}_${{ matrix.python-version }}_${{ matrix.os }}_pytest_${{ matrix.ANSYS_VERSION }}
185185
path: tests/junit/test-results.xml

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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}}

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
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

0 commit comments

Comments
 (0)