diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 0e51c6de1..5284cd642 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -37,7 +37,7 @@ jobs: poetry run pytest - name: Upload pytest results as an artifact (optional) - uses: actions/upload-artifact@v4 # Updated to the latest version + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 # Updated to the latest version if: always() # Always run this step to ensure test results are saved even if previous steps fail with: name: pytest-results