From 5aa8c811279eb27f5290c39940ac8bbb5ada4ed2 Mon Sep 17 00:00:00 2001 From: Ali Akbar Date: Wed, 11 Sep 2024 22:46:45 +0500 Subject: [PATCH] build: update actions/upload-artifact 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 7483eac258..516c3ced60 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