Skip to content

Commit ae2172b

Browse files
dependabot[bot]gittiver
authored andcommitted
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 2022aad commit ae2172b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
shell: bash
130130

131131
- name: Save report
132-
uses: actions/upload-artifact@v4
132+
uses: actions/upload-artifact@v5
133133
if: matrix.os == 'ubuntu-latest' && matrix.compiler == 'gcc' && matrix.cxx_stdlib == 'libstdc++' && matrix.asio_type == 'boost' && !startsWith(github.ref, 'refs/tags/v')
134134
with:
135135
name: coveralls.json
@@ -149,7 +149,7 @@ jobs:
149149
md5sum "$f" | awk '{print $1}' > "$f".md5
150150
done
151151
152-
- uses: actions/upload-artifact@v4
152+
- uses: actions/upload-artifact@v5
153153
if: matrix.os == 'ubuntu-latest' && matrix.compiler == 'gcc' && matrix.cxx_stdlib == 'libstdc++' && matrix.asio_type == 'boost' && startsWith(github.ref, 'refs/tags/v')
154154
with:
155155
name: packages

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fuzz-seconds: 800
2626
output-sarif: true
2727
- name: Upload Crash
28-
uses: actions/upload-artifact@v4
28+
uses: actions/upload-artifact@v5
2929
if: failure() && steps.build.outcome == 'success'
3030
with:
3131
name: artifacts

0 commit comments

Comments
 (0)