Skip to content

Commit 1aa5b7c

Browse files
committed
Update upload/download artifacts
1 parent 2abd0de commit 1aa5b7c

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
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Save coverage data
7272
if: ${{ matrix.php-versions == '7.4' && matrix.operating-system == 'ubuntu-latest' }}
73-
uses: actions/upload-artifact@v1
73+
uses: actions/upload-artifact@v3
7474
with:
7575
name: build-data
7676
path: ${{ github.workspace }}/build
@@ -185,7 +185,7 @@ jobs:
185185
- name: Install Composer dependencies
186186
run: composer install --no-progress --prefer-dist --optimize-autoloader
187187

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

0 commit comments

Comments
 (0)