diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-02 16:20:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 16:20:17 (GMT) |
commit | fff1e8a50b4eeea83090f4c11e21b4577e8d09e3 (patch) | |
tree | 039ad5c214cc45fcbc80c0bc8df33248a4eba8a2 | |
parent | ce7a8eef79c1f81358e00aa84b906540edd91458 (diff) | |
download | cpython-fff1e8a50b4eeea83090f4c11e21b4577e8d09e3.zip cpython-fff1e8a50b4eeea83090f4c11e21b4577e8d09e3.tar.gz cpython-fff1e8a50b4eeea83090f4c11e21b4577e8d09e3.tar.bz2 |
build(deps): bump actions/upload-artifact from 3 to 4 (#113614)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f67f30..2168ec1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -395,7 +395,7 @@ jobs: -x test_subprocess \ -x test_signal \ -x test_sysconfig - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: hypothesis-example-db @@ -483,7 +483,7 @@ jobs: output-sarif: true sanitizer: ${{ matrix.sanitizer }} - name: Upload crash - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() && steps.build.outcome == 'success' with: name: ${{ matrix.sanitizer }}-artifacts |