Skip to content

Commit 054daca

Browse files
committed
Update upload/download artifacts
1 parent 3099b0c commit 054daca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Save coverage data
7373
if: ${{ matrix.php-versions == '7.4' && matrix.operating-system == 'ubuntu-latest' }}
74-
uses: actions/upload-artifact@v1
74+
uses: actions/upload-artifact@v3
7575
with:
7676
name: build-data
7777
path: ${{ github.workspace }}/build
@@ -186,7 +186,7 @@ jobs:
186186
- name: Install Composer dependencies
187187
run: composer install --no-progress --prefer-dist --optimize-autoloader
188188

189-
- uses: actions/download-artifact@v1
189+
- uses: actions/download-artifact@v3
190190
with:
191191
name: build-data
192192
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)