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 @@ -119,7 +119,7 @@ jobs:
119
119
go tool cover -html=coverage.out -o coverage.cov.html
120
120
121
121
- name : Upload Coverage Artifacts
122
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
122
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
123
123
with :
124
124
name : Test Coverage
125
125
path : coverage.cov.html
@@ -156,7 +156,7 @@ jobs:
156
156
# go tool cover -html=acc_coverage.out -o acc_coverage.cov.html
157
157
158
158
# - name: Upload Coverage Artifacts
159
- # uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
159
+ # uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
160
160
# with:
161
161
# name: Acceptance Test Coverage
162
162
# path: acc_coverage.cov.html
You can’t perform that action at this time.
0 commit comments