Skip to content

Commit 2eda6a2

Browse files
Bump actions/upload-artifact from 2 to 3 (#177)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b97367 commit 2eda6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- run: go mod download
4343
- run: go test -coverprofile=coverage.out ./...
4444
- run: go tool cover -html=coverage.out -o coverage.html
45-
- uses: actions/upload-artifact@v2
45+
- uses: actions/upload-artifact@v3
4646
with:
4747
name: go-${{ matrix.go-version }}-coverage
4848
path: coverage.html

0 commit comments

Comments
 (0)