File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
mkdir -p ${{ env.TEST_RESULTS_PATH }}
32
32
33
33
- name : Setup cache for go modules
34
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
34
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
35
35
with :
36
36
path : |
37
37
~/.cache/go-build
81
81
82
82
# Save coverage report parts
83
83
- name : Upload and save artifacts
84
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
84
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
85
85
with :
86
- name : linux test results
86
+ name : linux- test- results-${{ matrix.go-version }}
87
87
path : linux_cov.part
88
88
89
89
windows-tests :
@@ -109,7 +109,7 @@ jobs:
109
109
uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
110
110
111
111
- name : Setup cache for go modules
112
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
112
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
113
113
with :
114
114
path : |
115
115
~\AppData\Local\go-build
@@ -150,7 +150,7 @@ jobs:
150
150
151
151
# Save coverage report parts
152
152
- name : Upload and save artifacts
153
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
153
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
154
154
with :
155
- name : windows test results
155
+ name : windows- test- results-${{ matrix.go-version }}
156
156
path : win_cov.part
You can’t perform that action at this time.
0 commit comments