From 7aaa589a51abc7fd2ff812596491043f8f7fe8e9 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Mon, 28 Apr 2025 00:58:49 +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=8D=87=E7=BA=A7=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=B7=A5=E4=BB=B6=E7=9A=84=20GitHub=20Actions=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=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 9383709b..479c2b1e 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -26,7 +26,7 @@ jobs: uv run pytest --junitxml=report/report.xml - name: Archive Pytest test report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: SuperTest-test-report path: report