Skip to content

Commit 857204f

Browse files
BUILD: Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#1707)
* BUILD: Bump actions/upload-artifact from 5.0.0 to 6.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: adding changelog file 1707.dependencies.md [dependabot-skip] --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent eb939bb commit 857204f

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/ci_cd.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
178178
- name: Upload Coverage Results
179179
if: always()
180-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
180+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
181181
with:
182182
path: .cov\system-html
183183
name: html-system-coverage-${{ github.job }}-${{ github.run_attempt }}
@@ -246,7 +246,7 @@ jobs:
246246
247247
- name: Upload Coverage Results
248248
if: always()
249-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
249+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
250250
with:
251251
path: .cov\system-html
252252
name: html-system-coverage-${{ github.job }}-${{ github.run_attempt }}
@@ -315,7 +315,7 @@ jobs:
315315
316316
- name: Upload Coverage Results
317317
if: always()
318-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
318+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
319319
with:
320320
path: .cov\unit-html
321321
name: html-unit-coverage-${{ github.job }}-${{ github.run_attempt }}
@@ -384,7 +384,7 @@ jobs:
384384
385385
- name: Upload Coverage Results
386386
if: always()
387-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
387+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
388388
with:
389389
path: .cov\unit-html
390390
name: html-unit-coverage-${{ github.job }}-${{ github.run_attempt }}
@@ -458,7 +458,7 @@ jobs:
458458
459459
- name: Upload Coverage Results
460460
if: always()
461-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
461+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
462462
with:
463463
path: .cov/system-html
464464
name: html-system-linux-coverage-${{ github.job }}-${{ github.run_attempt }}
@@ -532,7 +532,7 @@ jobs:
532532
533533
- name: Upload Coverage Results
534534
if: always()
535-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
535+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
536536
with:
537537
path: .cov/system-html
538538
name: html-system-linux-coverage-${{ github.job }}-${{ github.run_attempt }}
@@ -606,7 +606,7 @@ jobs:
606606
607607
- name: Upload Coverage Results
608608
if: always()
609-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
609+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
610610
with:
611611
path: .cov/unit-html
612612
name: html-unit-linux-coverage-${{ github.job }}-${{ github.run_attempt }}
@@ -680,7 +680,7 @@ jobs:
680680
681681
- name: Upload Coverage Results
682682
if: always()
683-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
683+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
684684
with:
685685
path: .cov/unit-html
686686
name: html-unit-linux-coverage-${{ github.job }}-${{ github.run_attempt }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump actions/upload-artifact from 5.0.0 to 6.0.0

0 commit comments

Comments
 (0)