Skip to content

Commit a1c168f

Browse files
committed
Bump actions to v3
1 parent 04d75a0 commit a1c168f

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
@@ -139,7 +139,7 @@ jobs:
139139
# zephir_parser-php-7.3-nts-ubuntu-gcc-x64.zip
140140
# zephir_parser-php-7.3-nts-windows2019-vc15-x64.zip
141141
- name: Upload Zephir Parser
142-
uses: actions/upload-artifact@v2
142+
uses: actions/upload-artifact@v3
143143
with:
144144
name: zephir_parser-php-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.name }}-${{ matrix.arch }}.zip
145145
path: |
@@ -163,15 +163,15 @@ jobs:
163163

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

172172
- name: Upload Info for Debug on Fail
173173
if: failure()
174-
uses: actions/upload-artifact@v2
174+
uses: actions/upload-artifact@v3
175175
with:
176176
retention-days: 2
177177
name: debug-zephir_parser-php-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.name }}-${{ matrix.arch }}
@@ -242,7 +242,7 @@ jobs:
242242
pecl info zephir_parser-pecl.tgz
243243
244244
- name: Upload Artifact
245-
uses: actions/upload-artifact@v2
245+
uses: actions/upload-artifact@v3
246246
with:
247247
name: 'zephir_parser-pecl'
248248
path: zephir_parser-pecl.tgz
@@ -267,7 +267,7 @@ jobs:
267267
268268
- name: Download Zephir Parser build artifacts
269269
id: download
270-
uses: actions/download-artifact@v2
270+
uses: actions/download-artifact@v3
271271
with:
272272
path: ./build-artifacts
273273

0 commit comments

Comments
 (0)