8000
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 ce7a8ee commit fff1e8aCopy full SHA for fff1e8a
.github/workflows/build.yml
@@ -395,7 +395,7 @@ jobs:
395
-x test_subprocess \
396
-x test_signal \
397
-x test_sysconfig
398
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
399
if: always()
400
with:
401
name: hypothesis-example-db
@@ -483,7 +483,7 @@ jobs:
483
output-sarif: true
484
sanitizer: ${{ matrix.sanitizer }}
485
- name: Upload crash
486
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
487
if: failure() && steps.build.outcome == 'success'
488
489
name: ${{ matrix.sanitizer }}-artifacts
0 commit comments