From 66c88d8a30b7c91395ea16713b74d55d93596cc6 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Mon, 28 Apr 2025 00:59:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E6=9B=B4=E6=96=B0=20pytest=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=EF=BC=8C=E5=B0=86=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=B7=A5=E4=BB=B6=E7=9A=84=20GitHub=20Actions=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8D=87=E7=BA=A7=E8=87=B3=20v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 479c2b1e..2a161608 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -32,7 +32,7 @@ jobs: path: report - name: Upload Pytest report to GitHub - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Pytest-test-report path: report \ No newline at end of file