We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3ce3f commit 24099c9Copy full SHA for 24099c9
.github/workflows/python-test.yml
@@ -37,7 +37,7 @@ jobs:
37
poetry run pytest
38
39
- name: Upload pytest results as an artifact (optional)
40
- uses: actions/upload-artifact@v3 # Updated to the latest version
+ uses: actions/upload-artifact@v4 # Updated to the latest version
41
if: always() # Always run this step to ensure test results are saved even if previous steps fail
42
with:
43
name: pytest-results
0 commit comments