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