Merge pull request #952 from kyegomez/dependabot/github_actions/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
master
Kye Gomez 23 hours ago committed by GitHub
commit 6af45d7b69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -83,7 +83,7 @@ jobs:
# This happens even if the previous steps fail, allowing you to debug.
- name: Upload Test Report
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-report-${{ matrix.python-version }}
path: test_runs/
Loading…
Cancel
Save