Skip to content

Commit 892714f

Browse files
authored
chore(deps): Update actions/upload-artifact action to v6 (#399)
1 parent 723d614 commit 892714f

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@v5
43+
- uses: actions/upload-artifact@v6
4444
if: always() && matrix.os == 'ubuntu-latest'
4545
with:
4646
name: Code coverage

0 commit comments

Comments
 (0)