We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7437af5 commit 92a954fCopy full SHA for 92a954f
.github/workflows/ci-go.yml
@@ -49,7 +49,7 @@ jobs:
49
wildcard=".*"
50
echo "version=${orginal_version%"$wildcard"}" >> "$GITHUB_OUTPUT"
51
- run: go tool cover -html=coverage.out -o coverage.html
52
- - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
+ - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
53
with:
54
name: go-${{ matrix.go-version }}-terraform-${{ steps.tf_version.outputs.version }}-coverage
55
path: coverage.html
0 commit comments