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 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
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
You can’t perform that action at this time.
0 commit comments