Skip to content

Commit

Permalink
build(deps): bump the actions group with 2 updates (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 3e3edc8 commit 1d15e61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'

steps:
- uses: actions/download-artifact@v4.1.3
- uses: actions/download-artifact@v4.1.8
with:
name: Packages
path: dist
Expand All @@ -61,7 +61,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'

steps:
- uses: actions/download-artifact@v4.1.3
- uses: actions/download-artifact@v4.1.8
with:
name: Packages
path: dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
--cov-report=term --durations=20
- name: Upload coverage report
uses: codecov/codecov-action@v5.1.2
uses: codecov/codecov-action@v5.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down Expand Up @@ -83,6 +83,6 @@ jobs:
--cov-report=term --durations=20
- name: Upload coverage report
uses: codecov/codecov-action@v5.1.2
uses: codecov/codecov-action@v5.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1d15e61

Please sign in to comment.