Skip to content

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows #12

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows #12

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v1
- name: Persist working directory
uses: actions/upload-artifact@v1
with:
name: pwd
path: ./
test:
runs-on: ubuntu-latest
needs: build
steps:
- name: Download persisted dependencies
uses: actions/[email protected]
with:
name: pwd
path: ./
- uses: php-actions/phpunit@v1