Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
26c27d9071
commit
0f77afdef0
|
@ -60,7 +60,7 @@ hashes_sha1,
|
||||||
echo "Using RUSTFLAGS $RUSTFLAGS"
|
echo "Using RUSTFLAGS $RUSTFLAGS"
|
||||||
cd fuzz && ./fuzz.sh "${{ matrix.fuzz_target }}"
|
cd fuzz && ./fuzz.sh "${{ matrix.fuzz_target }}"
|
||||||
- run: echo "${{ matrix.fuzz_target }}" >executed_${{ matrix.fuzz_target }}
|
- run: echo "${{ matrix.fuzz_target }}" >executed_${{ matrix.fuzz_target }}
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: executed_${{ matrix.fuzz_target }}
|
name: executed_${{ matrix.fuzz_target }}
|
||||||
path: executed_${{ matrix.fuzz_target }}
|
path: executed_${{ matrix.fuzz_target }}
|
||||||
|
|
Loading…
Reference in New Issue