Skip to content

Commit 86c8d02

Browse files
committed
Update outdated GH Actions
1 parent 7d1084c commit 86c8d02

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/end-to-end-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
mv tmp screenshots/tmp
108108
109109
- name: Upload artifacts on failure
110-
uses: actions/upload-artifact@v3
110+
uses: actions/upload-artifact@v4
111111
if: failure()
112112
with:
113113
name: my-artifact

.github/workflows/phpunit.tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,10 @@ jobs:
146146
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
147147
148148
- name: Code Coverage Upload
149-
uses: codecov/codecov-action@v3
149+
uses: codecov/codecov-action@v4
150150
if: ${{ matrix.report }}
151+
env:
152+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
151153
with:
152154
files: tmp/coverage/report-xml/php-coverage1.xml
155+

0 commit comments

Comments
 (0)