diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-07 07:12:15 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-07 07:12:15 +0000 |
| commit | 2544e7f0d1a7cca16be3d2715ea173c21e436101 (patch) | |
| tree | 5c2566e59a1e4d9673c75e96f4e30fb3711c7a22 | |
| parent | fa2ad3479233e5570a361da61c3353bb5ed1bded (diff) | |
| download | mruby-2544e7f0d1a7cca16be3d2715ea173c21e436101.tar.gz mruby-2544e7f0d1a7cca16be3d2715ea173c21e436101.zip | |
build(deps): bump actions/upload-artifact from v2.2.2 to v2.2.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.2.2 to v2.2.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.2...ee69f02b3dfdecd58bb31b4d133da38ba6fe3700)
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | .github/workflows/oss-fuzz.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/oss-fuzz.yml b/.github/workflows/oss-fuzz.yml index 0fd505624..e693b913d 100644 --- a/.github/workflows/oss-fuzz.yml +++ b/.github/workflows/oss-fuzz.yml @@ -16,7 +16,7 @@ jobs: fuzz-seconds: 600 dry-run: false - name: Upload Crash - uses: actions/[email protected] + uses: actions/[email protected] if: failure() with: name: artifacts |
