Skip to content

Commit 1d55e35

Browse files
committed
chore: fix CI use latest version for artifact upload
1 parent 527e39b commit 1d55e35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Coverage summary
5252
run: go tool cover -func=coverage.out | tail -1 >> $GITHUB_STEP_SUMMARY
5353

54-
- uses: actions/upload-artifact@v4
54+
- uses: actions/upload-artifact@v7
5555
with:
5656
name: coverage-report-${{ matrix.go-version }}
5757
path: coverage.out

0 commit comments

Comments
 (0)