Skip to content

Commit 9318a74

Browse files
Merge branch 'main' into renovate/google-github-actions-release-please-action-replacement
2 parents 89d4433 + 1761763 commit 9318a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Generate coverage report
4141
if: always() && matrix.os == 'ubuntu-latest'
4242
run: go tool cover -html coverage.out -o coverage.html
43-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
43+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
4444
if: always() && matrix.os == 'ubuntu-latest'
4545
with:
4646
name: Code coverage

0 commit comments

Comments
 (0)