diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-17 14:05:11 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-17 14:05:11 +0000 |
| commit | d3be93129e13ae4e5cb90d1b42874aef4e35e187 (patch) | |
| tree | 3e8cec450683e495ca7408ba02c35bbd0c65f264 /.github | |
| parent | 4fcb5e8e4fa687d5645ef49b26cfb61d7bee151b (diff) | |
| download | mruby-d3be93129e13ae4e5cb90d1b42874aef4e35e187.tar.gz mruby-d3be93129e13ae4e5cb90d1b42874aef4e35e187.zip | |
build(deps): bump actions/upload-artifact from 2.2.3 to 2.2.4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.3...v2.2.4)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
| -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 e693b913d..739e4afad 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 |
