diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7b8832..debf944 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: pytest --junitxml=junit/test-results-${{ matrix.python-version }}.xml - name: Upload pytest test results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 # Use always() to always run this step to publish test results # when there are test failures if: always()