Skip to content

Commit 4f0d4b3

Browse files
CHORE: Bump the github-actions group with 5 updates (#323)
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 acfa189 commit 4f0d4b3

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,15 @@ jobs:
110110
pytest-extra-args: "-m 'not integration' --cov=ansys --cov-report=term --cov-report=html:.cov/html"
111111

112112
- name: Upload coverage results
113-
uses: actions/upload-artifact@v4
113+
uses: actions/upload-artifact@v7
114114
if: env.MAIN_PYTHON_VERSION == matrix.python-version
115115
with:
116116
name: coverage-tests-${{ matrix.os }}
117117
path: .cov
118118
retention-days: 7
119119

120120
- name: Upload coverage results (as .coverage)
121-
uses: actions/upload-artifact@v4
121+
uses: actions/upload-artifact@v7
122122
if: env.MAIN_PYTHON_VERSION == matrix.python-version
123123
with:
124124
name: coverage-file-tests-${{ matrix.os }}
@@ -212,7 +212,7 @@ jobs:
212212
contents: write
213213
steps:
214214
- name: "Download the library artifacts from build-library step"
215-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
215+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
216216
with:
217217
name: ${{ env.PACKAGE_NAME }}-artifacts
218218
path: ${{ env.PACKAGE_NAME }}-artifacts

.github/workflows/label.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Syncer
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- uses: micnncim/action-label-syncer@v1
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -36,7 +36,7 @@ jobs:
3636

3737
# Label based on modified files
3838
- name: Label based on changed files
39-
uses: actions/labeler@v5
39+
uses: actions/labeler@v6
4040
with:
4141
repo-token: ${{ secrets.GITHUB_TOKEN }}
4242
sync-labels: true
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- name: Suggest to add labels
77-
uses: peter-evans/create-or-update-comment@v4
77+
uses: peter-evans/create-or-update-comment@v5
7878
# Execute only when no labels have been applied to the pull request
7979
if: toJSON(github.event.pull_request.labels.*.name) == '{}'
8080
with:

doc/changelog.d/323.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CHORE: Bump the github-actions group with 5 updates

0 commit comments

Comments
 (0)