File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 59
59
mkdir -p drupal/sites/simpletest/browser_output
60
60
61
61
- name : Checkout apigee_api_catalog module
62
- uses : actions/checkout@v3.0.0
62
+ uses : actions/checkout@v4
63
63
with :
64
64
path : drupal/modules/contrib/apigee_api_catalog
65
65
97
97
composer show > composer.show.txt
98
98
99
99
- name : Artifacts
100
- uses : actions/upload-artifact@v3
100
+ uses : actions/upload-artifact@v4
101
101
with :
102
102
name : composer-${{ matrix.php-version }}-${{ matrix.drupal-core }}-artifact
103
103
path : drupal/composer.*
@@ -124,15 +124,16 @@ jobs:
124
124
125
125
- name : Artifacts
126
126
if : failure()
127
- uses : actions/upload-artifact@v3
127
+ uses : actions/upload-artifact@v4
128
128
with :
129
129
name : browser-output-${{ matrix.php-version }}-${{ matrix.drupal-core }}-artifact
130
130
path : drupal/sites/simpletest/browser_output/*
131
131
132
132
- name : Upload Coverage to Codecov
133
133
if : ${{ matrix.drupal-core == '10.1.x' && matrix.php-version == '8.1' }}
134
- uses : codecov/codecov-action@v3
134
+ uses : codecov/codecov-action@v4
135
135
with :
136
+ token : ${{ secrets.CODECOV_TOKEN }}
136
137
files : /tmp/coverage.xml
137
138
name : codecov-umbrella
138
139
fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments