Skip to content

Commit 24099c9

Browse files
committed
update workflow to action v4
1 parent 1a3ce3f commit 24099c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
poetry run pytest
3838
3939
- name: Upload pytest results as an artifact (optional)
40-
uses: actions/upload-artifact@v3 # Updated to the latest version
40+
uses: actions/upload-artifact@v4 # Updated to the latest version
4141
if: always() # Always run this step to ensure test results are saved even if previous steps fail
4242
with:
4343
name: pytest-results

0 commit comments

Comments
 (0)