Skip to content

Commit e5fee0d

Browse files
committed
#151 - Bump to v4
1 parent 6bddfc3 commit e5fee0d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
# zephir_parser-php-7.3-nts-ubuntu-gcc-x64.zip
142142
# zephir_parser-php-7.3-nts-windows2019-vc15-x64.zip
143143
- name: Upload Zephir Parser
144-
uses: actions/upload-artifact@v3
144+
uses: actions/upload-artifact@v4
145145
with:
146146
name: zephir_parser-php-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.name }}-${{ matrix.arch }}.zip
147147
path: |
@@ -165,15 +165,15 @@ jobs:
165165

166166
- name: Upload Code Coverage Report
167167
if: matrix.ccov == 'ON'
168-
uses: codecov/codecov-action@v3
168+
uses: codecov/codecov-action@v4
169169
with:
170170
token: ${{ secrets.CODECOV_TOKEN }}
171171
files: ./lcov.info
172172
flags: unittests,${{ runner.os }}
173173

174174
- name: Upload Info for Debug on Fail
175175
if: failure()
176-
uses: actions/upload-artifact@v3
176+
uses: actions/upload-artifact@v4
177177
with:
178178
retention-days: 2
179179
name: debug-zephir_parser-php-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.name }}-${{ matrix.arch }}
@@ -244,7 +244,7 @@ jobs:
244244
pecl info zephir_parser-pecl.tgz
245245
246246
- name: Upload Artifact
247-
uses: actions/upload-artifact@v3
247+
uses: actions/upload-artifact@v4
248248
with:
249249
name: 'zephir_parser-pecl'
250250
path: zephir_parser-pecl.tgz
@@ -269,7 +269,7 @@ jobs:
269269
270270
- name: Download Zephir Parser build artifacts
271271
id: download
272-
uses: actions/download-artifact@v3
272+
uses: actions/download-artifact@v4
273273
with:
274274
path: ./build-artifacts
275275

0 commit comments

Comments
 (0)