Skip to content

Commit 6ab2a91

Browse files
CHanges for Codecov version updates (#255)
Co-authored-by: Shishir <[email protected]>
1 parent 3675f9d commit 6ab2a91

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/php.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
mkdir -p drupal/sites/simpletest/browser_output
6060
6161
- name: Checkout apigee_api_catalog module
62-
uses: actions/checkout@v3.0.0
62+
uses: actions/checkout@v4
6363
with:
6464
path: drupal/modules/contrib/apigee_api_catalog
6565

@@ -97,7 +97,7 @@ jobs:
9797
composer show > composer.show.txt
9898
9999
- name: Artifacts
100-
uses: actions/upload-artifact@v3
100+
uses: actions/upload-artifact@v4
101101
with:
102102
name: composer-${{ matrix.php-version }}-${{ matrix.drupal-core }}-artifact
103103
path: drupal/composer.*
@@ -124,15 +124,16 @@ jobs:
124124
125125
- name: Artifacts
126126
if: failure()
127-
uses: actions/upload-artifact@v3
127+
uses: actions/upload-artifact@v4
128128
with:
129129
name: browser-output-${{ matrix.php-version }}-${{ matrix.drupal-core }}-artifact
130130
path: drupal/sites/simpletest/browser_output/*
131131

132132
- name: Upload Coverage to Codecov
133133
if: ${{ matrix.drupal-core == '10.1.x' && matrix.php-version == '8.1' }}
134-
uses: codecov/codecov-action@v3
134+
uses: codecov/codecov-action@v4
135135
with:
136+
token: ${{ secrets.CODECOV_TOKEN }}
136137
files: /tmp/coverage.xml
137138
name: codecov-umbrella
138139
fail_ci_if_error: true

0 commit comments

Comments
 (0)