Merge pull request #1346 from specklesystems/dependabot/github_actions/codecov/codecov-action-6

chore(deps): bump codecov/codecov-action from 5 to 6
This commit is contained in:
dependabot[bot]
2026-03-30 22:10:33 +01:00
committed by GitHub
parent 8bbb9b893e
commit 3be24d5b15
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
run: ./build.sh test-and-pack
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v6
with:
files: Converters/**/coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}