Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit efb028b

Browse files
Update actions/upload-artifact action to v6
1 parent bccb65e commit efb028b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: go tool cover -html=coverage.out -o coverage.html
3333

3434
- name: Upload coverage report
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v6
3636
with:
3737
name: coverage-report
3838
path: coverage.html

0 commit comments

Comments
 (0)