@@ -71,15 +71,15 @@ jobs:
71
71
with :
72
72
name : " ${{ github.sha }}-00"
73
73
path : ./pkgs.txt.part.00
74
- - uses : actions/upload-artifact@v3
74
+ - uses : actions/upload-artifact@v4
75
75
with :
76
76
name : " ${{ github.sha }}-01"
77
77
path : ./pkgs.txt.part.01
78
- - uses : actions/upload-artifact@v3
78
+ - uses : actions/upload-artifact@v4
79
79
with :
80
80
name : " ${{ github.sha }}-02"
81
81
path : ./pkgs.txt.part.02
82
- - uses : actions/upload-artifact@v3
82
+ - uses : actions/upload-artifact@v4
83
83
with :
84
84
name : " ${{ github.sha }}-03"
85
85
path : ./pkgs.txt.part.03
@@ -110,7 +110,7 @@ jobs:
110
110
run : |
111
111
cat pkgs.txt.part.${{ matrix.part }} | xargs go test -race -mod=readonly -timeout 30m -coverprofile=${{ matrix.part }}profile.out -covermode=atomic -tags='ledger test_ledger_mock'
112
112
if : env.GIT_DIFF
113
- - uses : actions/upload-artifact@v3
113
+ - uses : actions/upload-artifact@v4
114
114
with :
115
115
name : " ${{ github.sha }}-${{ matrix.part }}-coverage"
116
116
path : ./${{ matrix.part }}profile.out
@@ -130,15 +130,15 @@ jobs:
130
130
with :
131
131
name : " ${{ github.sha }}-00-coverage"
132
132
if : env.GIT_DIFF
133
- - uses : actions/download-artifact@v3
133
+ - uses : actions/download-artifact@v4
134
134
with :
135
135
name : " ${{ github.sha }}-01-coverage"
136
136
if : env.GIT_DIFF
137
- - uses : actions/download-artifact@v3
137
+ - uses : actions/download-artifact@v4
138
138
with :
139
139
name : " ${{ github.sha }}-02-coverage"
140
140
if : env.GIT_DIFF
141
- - uses : actions/download-artifact@v3
141
+ - uses : actions/download-artifact@v4
142
142
with :
143
143
name : " ${{ github.sha }}-03-coverage"
144
144
if : env.GIT_DIFF
0 commit comments