Skip to content

Commit d6a2765

Browse files
chore(deps): bump the actions group with 2 updates (#669)
1 parent 7aac9d1 commit d6a2765

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
@@ -28,7 +28,7 @@ jobs:
2828
attestations: write
2929

3030
steps:
31-
- uses: actions/download-artifact@v6
31+
- uses: actions/download-artifact@v7
3232
with:
3333
name: Packages
3434
path: dist

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: nox -s coverage-${{ matrix.python-version }} --verbose
9292

9393
- name: Upload coverage report
94-
uses: codecov/codecov-action@v5.5.1
94+
uses: codecov/codecov-action@v5.5.2
9595
with:
9696
token: ${{ secrets.CODECOV_TOKEN }}
9797

0 commit comments

Comments
 (0)