diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-02-16 13:54:24 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-16 13:54:24 +0900 |
| commit | dee9168882bfa04900db9a640da5a460f9b2c4ec (patch) | |
| tree | cf7289a5b0c3b494dd2ca75b338adbcd2bd0bf7e | |
| parent | cb9225bcbfebd87880713890fe6d3bfac0759599 (diff) | |
| parent | cf2fce93ecb207f51f795ea37e2b03df837c1381 (diff) | |
| download | mruby-dee9168882bfa04900db9a640da5a460f9b2c4ec.tar.gz mruby-dee9168882bfa04900db9a640da5a460f9b2c4ec.zip | |
Merge pull request #5356 from mruby/dependabot/github_actions/actions/upload-artifact-v2.2.2
Bump actions/upload-artifact from v1 to v2.2.2
| -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 60414e7dc..0fd505624 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/upload-artifact@v1 + uses: actions/[email protected] if: failure() with: name: artifacts |
