From d56addf82a46c78e04cb80bbb51d3f50c7261825 Mon Sep 17 00:00:00 2001 From: Muntashir Al-Islam Date: Mon, 10 Feb 2025 09:36:31 -0800 Subject: [PATCH] Update GitHub workflow Signed-off-by: Muntashir Al-Islam --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3474097..dc4bb59 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: 'recursive' - name: Setup PHP @@ -22,6 +22,6 @@ jobs: run: php ./scripts/lint.php - name: Upload lint results if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: ./build/lint-results.txt