From ee10863b960a4dd765165c7c52be107b928da73f Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Sun, 14 Jul 2024 20:52:18 +0200 Subject: [PATCH] update checkout and upload --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |