diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a2e22059..4fdb3f52 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -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: |