Skip to content

Commit 2d3b131

Browse files
maint: bump the actions group with 2 updates (#575)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent d17b5d7 commit 2d3b131

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci_cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
flags: remote,${{ matrix.mapdl-version }}
226226

227227
- name: "Upload coverage artifacts"
228-
uses: actions/upload-artifact@v4
228+
uses: actions/upload-artifact@v5
229229
with:
230230
name: ${{ matrix.mapdl-version }}-remote.xml
231231
path: ./${{ matrix.mapdl-version }}-remote.xml
@@ -255,7 +255,7 @@ jobs:
255255
256256
# - name: "Upload logs to GitHub"
257257
# if: always()
258-
# uses: actions/upload-artifact@v4
258+
# uses: actions/upload-artifact@v5
259259
# with:
260260
# name: logs-build-tests-${{ matrix.mapdl-version }}.tgz
261261
# path: ./logs-build-tests-${{ matrix.mapdl-version }}.tgz
@@ -392,7 +392,7 @@ jobs:
392392
393393
# - name: "Upload logs to GitHub"
394394
# if: always()
395-
# uses: actions/upload-artifact@v4
395+
# uses: actions/upload-artifact@v5
396396
# with:
397397
# name: logs-build-docs.tgz
398398
# path: ./logs-build-docs.tgz
@@ -441,7 +441,7 @@ jobs:
441441
contents: write
442442
steps:
443443
- name: "Download the library artifacts from build-library step"
444-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
444+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
445445
with:
446446
name: ${{ env.PACKAGE_NAME }}-artifacts
447447
path: ${{ env.PACKAGE_NAME }}-artifacts
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Maint: bump the actions group with 2 updates

0 commit comments

Comments
 (0)