File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
mv tmp screenshots/tmp
108
108
109
109
- name : Upload artifacts on failure
110
- uses : actions/upload-artifact@v3
110
+ uses : actions/upload-artifact@v4
111
111
if : failure()
112
112
with :
113
113
name : my-artifact
Original file line number Diff line number Diff line change @@ -146,7 +146,10 @@ jobs:
146
146
yarn run test:php --group ajax --do-not-cache-result --verbose --coverage-clover=/var/www/html/wp-content/plugins/gravity-pdf/tmp/coverage/report-xml/php-coverage2.xml
147
147
148
148
- name : Code Coverage Upload
149
- uses : codecov/codecov-action@v3
149
+ uses : codecov/codecov-action@v4
150
150
if : ${{ matrix.report }}
151
+ env :
152
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
151
153
with :
152
154
files : tmp/coverage/report-xml/php-coverage1.xml
155
+
You can’t perform that action at this time.
0 commit comments