Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Update upload/download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jun 5, 2022
1 parent 01692b0 commit c82303e
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 c82303e

Please sign in to comment.