File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 }}
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
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 :
Original file line number Diff line number Diff line change 1+ CHORE: Bump the github-actions group with 5 updates
You can’t perform that action at this time.
0 commit comments