File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ jobs:
105
105
with :
106
106
token : ${{ secrets.codecov_token }}
107
107
- name : Upload artifacts
108
- uses : actions/upload-artifact@v3
109
- if : ${{ matrix.privilege-level == 'priv' }}
108
+ uses : actions/upload-artifact@v4
109
+ if : ${{ ( matrix.privilege-level == 'priv') && (matrix.go-version == '1.23.x') }}
110
110
with :
111
111
# if there is more than 1 go-version, we would need to account for that here.
112
112
name : binary
Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ jobs:
103
103
token : ${{ secrets.codecov_token }}
104
104
files : coverage-${{ matrix.privilege-level}}.txt
105
105
- name : Upload artifacts
106
- uses : actions/upload-artifact@v3
107
- if : ${{ matrix.privilege-level == 'priv' }}
106
+ uses : actions/upload-artifact@v4
107
+ if : ${{ ( matrix.privilege-level == 'priv') && (matrix.go-version == '1.23.x') }}
108
108
with :
109
109
# if there is more than 1 go-version, we would need to account for that here.
110
110
name : binary-cov
You can’t perform that action at this time.
0 commit comments