Skip to content

Commit

Permalink
Merge pull request #77 from thepwagner-org/renovate/actions-upload-ar…
Browse files Browse the repository at this point in the history
…tifact-4.x
  • Loading branch information
thepwagner committed Jan 19, 2024
2 parents f4c2ab3 + 973e2fa commit 7323d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang-test.yaml
Expand Up @@ -26,7 +26,7 @@ jobs:
go-version-file: ${{inputs.go-version-file}}
- run: go test -v -coverprofile=coverage.out -race ./...
- run: go tool cover -html=coverage.out -o=coverage.html
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
- uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: code-coverage-report
path: coverage.html
Expand Down

0 comments on commit 7323d8f

Please sign in to comment.