diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-04-07 16:22:08 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-07 16:22:08 +0900 |
| commit | 77405e11b62fdd18b82cface0c442de58fddf251 (patch) | |
| tree | 5c2566e59a1e4d9673c75e96f4e30fb3711c7a22 | |
| parent | fa2ad3479233e5570a361da61c3353bb5ed1bded (diff) | |
| parent | 2544e7f0d1a7cca16be3d2715ea173c21e436101 (diff) | |
| download | mruby-77405e11b62fdd18b82cface0c442de58fddf251.tar.gz mruby-77405e11b62fdd18b82cface0c442de58fddf251.zip | |
Merge pull request #5407 from mruby/dependabot/github_actions/actions/upload-artifact-v2.2.3
build(deps): bump actions/upload-artifact from v2.2.2 to v2.2.3
| -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 |
