Skip to content

Commit 5c6ddc7

Browse files
chore(deps): bump the actions group with 2 updates (#49)
1 parent 6e4d995 commit 5c6ddc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: github.event_name == 'release' && github.event.action == 'published'
4444

4545
steps:
46-
- uses: actions/download-artifact@v6
46+
- uses: actions/download-artifact@v7
4747
with:
4848
name: Packages
4949
path: dist

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
run: pipx run nox -s coverage-${{ matrix.python-version }} --verbose
5555

5656
- name: Upload coverage report
57-
uses: codecov/codecov-action@v5.5.1
57+
uses: codecov/codecov-action@v5.5.2
5858
with:
5959
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)