Skip to content

Commit 4473b84

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent b58181e commit 4473b84

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
@@ -28,7 +28,7 @@ jobs:
2828
run: go test -race -coverprofile=coverage.out ./...
2929

3030
- name: Upload coverage
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v6
3232
with:
3333
name: coverage
3434
path: cli/coverage.out

0 commit comments

Comments
 (0)