Skip to content

Commit 4142c7a

Browse files
Update actions/upload-artifact action to v6
1 parent 36aec47 commit 4142c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)