Skip to content

Commit

Permalink
Merge pull request #34 from ba-st/update_actions
Browse files Browse the repository at this point in the history
Update codecov action to v4
  • Loading branch information
gcotelli authored Mar 12, 2024
2 parents 5f8d289 + 8828a8d commit 7a33c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 15
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: Unit-Tests-${{matrix.smalltalk}}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7a33c7a

Please sign in to comment.