mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
build(deps): bump actions/upload-artifact from 3 to 4 (#113614)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ce7a8eef79
commit
fff1e8a50b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -395,7 +395,7 @@ jobs:
|
||||||
-x test_subprocess \
|
-x test_subprocess \
|
||||||
-x test_signal \
|
-x test_signal \
|
||||||
-x test_sysconfig
|
-x test_sysconfig
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: hypothesis-example-db
|
name: hypothesis-example-db
|
||||||
|
@ -483,7 +483,7 @@ jobs:
|
||||||
output-sarif: true
|
output-sarif: true
|
||||||
sanitizer: ${{ matrix.sanitizer }}
|
sanitizer: ${{ matrix.sanitizer }}
|
||||||
- name: Upload crash
|
- name: Upload crash
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: failure() && steps.build.outcome == 'success'
|
if: failure() && steps.build.outcome == 'success'
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.sanitizer }}-artifacts
|
name: ${{ matrix.sanitizer }}-artifacts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue