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

Commit 08e4d13

Browse files
ci(deps): bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9e159bf commit 08e4d13

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
@@ -64,7 +64,7 @@ jobs:
6464
go test -race -short -covermode=atomic -coverprofile=coverage.txt ./...
6565
go tool cover -func=coverage.txt | go run ./scripts/coveragefloor 29
6666
- name: Upload coverage profile
67-
uses: actions/upload-artifact@v4
67+
uses: actions/upload-artifact@v7
6868
with:
6969
name: coverage-${{ matrix.go-version }}
7070
path: coverage.txt

0 commit comments

Comments
 (0)