From b6ed4f98fc0764b52904578768e57e986daa2edf Mon Sep 17 00:00:00 2001 From: Arunmozhi Date: Tue, 24 Sep 2024 14:39:31 +1000 Subject: [PATCH] chore: bump upload-artifact GH task to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fc84af3fd..d231546e61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: continue-on-error: ${{ matrix.status == 'ignored' }} - name: Upload coverage if: matrix.db-version == 'mysql80' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: coverage${{ matrix.pytest-split-group }} path: .coverage