Skip to content

Commit 6bfad11

Browse files
committed
Update GitHub action versions
1 parent 098b0f6 commit 6bfad11

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)