1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-16 01:12:47 +05:30

Merge pull request #345 from docker/dependabot/github_actions/codecov/codecov-action-5

build(deps): bump codecov/codecov-action from 4 to 5
This commit is contained in:
CrazyMax
2025-01-10 11:00:08 +01:00
committed by GitHub
+4 -4
View File
@@ -107,9 +107,9 @@ jobs:
shell: bash shell: bash
- -
name: Upload coverage name: Upload coverage
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v5
with: with:
file: ${{ env.DESTDIR }}/coverage.txt files: ${{ env.DESTDIR }}/coverage.txt
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
test-sandboxed: test-sandboxed:
@@ -131,9 +131,9 @@ jobs:
*.cache-to=type=gha,scope=test,mode=max *.cache-to=type=gha,scope=test,mode=max
- -
name: Upload coverage name: Upload coverage
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v5
with: with:
file: ${{ env.DESTDIR }}//coverage.txt files: ${{ env.DESTDIR }}//coverage.txt
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
build: build: