Skip to content

Commit aac24e1

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 19edc54 commit aac24e1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
if: ${{ failure() && steps.check.conclusion == 'failure' }}
8282
run: |
8383
make regen-abidump
84-
- uses: actions/upload-artifact@v4
84+
- uses: actions/upload-artifact@v5
8585
name: Publish updated ABI files
8686
if: ${{ failure() && steps.check.conclusion == 'failure' }}
8787
with:
@@ -468,7 +468,7 @@ jobs:
468468
-x test_subprocess \
469469
-x test_signal \
470470
-x test_sysconfig
471-
- uses: actions/upload-artifact@v4
471+
- uses: actions/upload-artifact@v5
472472
if: always()
473473
with:
474474
name: hypothesis-example-db
@@ -588,7 +588,7 @@ jobs:
588588
output-sarif: true
589589
sanitizer: ${{ matrix.sanitizer }}
590590
- name: Upload crash
591-
uses: actions/upload-artifact@v4
591+
uses: actions/upload-artifact@v5
592592
if: failure() && steps.build.outcome == 'success'
593593
with:
594594
name: ${{ matrix.sanitizer }}-artifacts

.github/workflows/reusable-tsan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: find ${GITHUB_WORKSPACE} -name 'tsan_log.*' | xargs head -n 1000
8080
- name: Archive TSAN logs
8181
if: always()
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@v5
8383
with:
8484
name: ${{ inputs.tsan_logs_artifact_name }}
8585
path: tsan_log.*

0 commit comments

Comments
 (0)