Skip to content

Commit e4552bb

Browse files
dependabot: bump codecov/codecov-action from 5.0.2 to 5.5.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.2 to 5.5.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.0.2...v5.5.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 549b029 commit e4552bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
mv -v build/distributions/$plugin ./
5454
echo "build-test-linux=$plugin" >> $GITHUB_OUTPUT
5555
- name: Uploads coverage
56-
uses: codecov/codecov-action@v5.0.2
56+
uses: codecov/codecov-action@v5.5.1
5757
with:
5858
token: ${{ secrets.CODECOV_TOKEN }}
5959
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)