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 3131 mkdir -p ${{ env.TEST_RESULTS_PATH }}
3232
3333 - name : Setup cache for go modules
34- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
34+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
3535 with :
3636 path : |
3737 ~/.cache/go-build
8181
8282 # Save coverage report parts
8383 - name : Upload and save artifacts
84- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
84+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
8585 with :
86- name : linux test results
86+ name : linux- test- results-${{ matrix.go-version }}
8787 path : linux_cov.part
8888
8989 windows-tests :
@@ -109,7 +109,7 @@ jobs:
109109 uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
110110
111111 - name : Setup cache for go modules
112- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
112+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
113113 with :
114114 path : |
115115 ~\AppData\Local\go-build
@@ -150,7 +150,7 @@ jobs:
150150
151151 # Save coverage report parts
152152 - name : Upload and save artifacts
153- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
153+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
154154 with :
155- name : windows test results
155+ name : windows- test- results-${{ matrix.go-version }}
156156 path : win_cov.part
You can’t perform that action at this time.
0 commit comments