Merge pull request #1161 from kyegomez/dependabot/github_actions/actions/upload-artifact-5

Bump actions/upload-artifact from 4 to 5
pull/1166/head
Kye Gomez 1 week ago committed by GitHub
commit 65bcfdd14e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -64,7 +64,7 @@ jobs:
# Step 11: Upload test results as artifacts (optional)
- name: Upload test results
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: test-results-${{ matrix.python-version }}
path: |

@ -69,7 +69,7 @@ jobs:
poetry run python tests/test_main_features.py
- name: Upload test results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
if: always()
with:
name: test-results

Loading…
Cancel
Save