Skip to content

Commit ad2a3ff

Browse files
Update actions/upload-artifact action to v7
1 parent 54d5781 commit ad2a3ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Test with Go
3030
run: go test -v ./... -coverprofile cover.out
3131
- name: Upload Go test results
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v7
3333
with:
3434
name: coverage
3535
path: cover.out

0 commit comments

Comments
 (0)