From a0940eb5ddcc10585b322024b5ebbf7395ee0900 Mon Sep 17 00:00:00 2001 From: keisukefujii Date: Tue, 24 Jun 2025 20:58:57 -0400 Subject: [PATCH] using actions/upload.v4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2c2607d..b99ade8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,7 +62,7 @@ jobs: python -m pytest - name: Upload test results if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Test results for ${{ runner.os }}-${{ matrix.python-version }} path: pytest.xml