Skip to content

Commit

Permalink
Update upload/download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed May 30, 2022
1 parent 98d9534 commit b77d1c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Save coverage data
if: ${{ matrix.php-versions == '7.4' && matrix.operating-system == 'ubuntu-latest' }}
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: build-data
path: ${{ github.workspace }}/build
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
- name: Install Composer dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader

- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v3
with:
name: build-data
path: ${{ github.workspace }}/build
Expand Down

0 comments on commit b77d1c3

Please sign in to comment.