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 @@ -135,7 +135,7 @@ jobs:
135
135
go tool cover -html=coverage.out -o coverage.cov.html
136
136
137
137
- name : Upload Coverage Artifacts
138
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
138
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
139
139
with :
140
140
name : Test Coverage
141
141
path : coverage.cov.html
@@ -172,7 +172,7 @@ jobs:
172
172
# go tool cover -html=acc_coverage.out -o acc_coverage.cov.html
173
173
174
174
# - name: Upload Coverage Artifacts
175
- # uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
175
+ # uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
176
176
# with:
177
177
# name: Acceptance Test Coverage
178
178
# path: acc_coverage.cov.html
You can’t perform that action at this time.
0 commit comments