Skip to content

Commit

Permalink
update checkout and upload
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jul 14, 2024
1 parent cb5ce7a commit ee10863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Composer install
run: composer install --no-interaction --no-ansi --no-progress
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: fusio
path: |
Expand Down

0 comments on commit ee10863

Please sign in to comment.