File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 go-version-file : ' go.mod'
2323 - run : go mod download
24- - uses : golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7 .0
24+ - uses : golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0 .0
2525 terraform-provider-corner-tfprotov5 :
2626 defaults :
2727 run :
@@ -101,7 +101,7 @@ jobs:
101101 - run : go mod download
102102 - run : go test -coverprofile=coverage.out ./...
103103 - run : go tool cover -html=coverage.out -o coverage.html
104- - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
104+ - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
105105 with :
106106 name : go-${{ matrix.go-version }}-coverage
107107 path : coverage.html
You can’t perform that action at this time.
0 commit comments