Skip to content

Commit 0bc77fd

Browse files
build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f71c02c commit 0bc77fd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cron-daily-fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
echo "Using RUSTFLAGS $RUSTFLAGS"
7979
cd fuzz && ./fuzz.sh "${{ matrix.fuzz_target }}"
8080
- run: echo "${{ matrix.fuzz_target }}" >executed_${{ matrix.fuzz_target }}
81-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
81+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8282
with:
8383
name: executed_${{ matrix.fuzz_target }}
8484
path: executed_${{ matrix.fuzz_target }}

.github/workflows/cron-weekly-cargo-mutants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
tool: cargo-mutants
2020
- run: cargo mutants --in-place --no-shuffle
21-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
21+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
2222
if: always()
2323
with:
2424
name: mutants.out

.github/workflows/semver-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "$PR_NUMBER" > ./semver-break
4444
- name: "Save breaking state"
4545
if: ${{ hashFiles('semver-break') != '' }}
46-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
46+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4747
with:
4848
name: semver-break
4949
path: semver-break

0 commit comments

Comments
 (0)