File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ jobs:
6363 run : python -m pytest -v --cov=cmake_pc_hooks --cov-report=xml --cov-report=term-missing --cov-branch
6464
6565 - name : Upload coverage reports to Codecov
66- uses : codecov/codecov-action@v4
66+ uses : codecov/codecov-action@v5
6767 with :
6868 token : ${{ secrets.CODECOV_TOKEN }}
6969
7070 - name : Save coverage report
7171 if : matrix.python == '3.11' && runner.os == 'Linux'
72- uses : actions/upload-artifact@v3
72+ uses : actions/upload-artifact@v4
7373 with :
7474 name : coverage
7575 path : coverage.xml
@@ -192,7 +192,7 @@ jobs:
192192 fetch-depth : 0
193193
194194 - name : Fetch coverage report
195- uses : actions/download-artifact@v3
195+ uses : actions/download-artifact@v4
196196 with :
197197 name : coverage
198198
@@ -208,7 +208,7 @@ jobs:
208208 needs : unit-tests
209209 steps :
210210 - name : Fetch coverage report
211- uses : actions/download-artifact@v3
211+ uses : actions/download-artifact@v4
212212 with :
213213 name : coverage
214214
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Repository
1111
1212- Clarify where to put the settings in ` pyproject.toml `
13+ - Update GitHub Action ` actions/download-artifact ` to v4
14+ - Update GitHub Action ` actions/upload-artifact ` to v4
15+ - Update GitHub Action ` codecov/codecov-action ` from v4 to v5
1316
1417## [ v1.9.6] - 2024-06-02
1518
You can’t perform that action at this time.
0 commit comments