Unverified Commit 9b65d0dc authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #5601 from mruby/dependabot/github_actions/actions/upload-artifact-2.3.1

build(deps): bump actions/upload-artifact from 2.2.4 to 2.3.1
parents 57d93c4d a7aa0b1d
...@@ -16,7 +16,7 @@ jobs: ...@@ -16,7 +16,7 @@ jobs:
fuzz-seconds: 600 fuzz-seconds: 600
dry-run: false dry-run: false
- name: Upload Crash - name: Upload Crash
uses: actions/upload-artifact@v2.2.4 uses: actions/upload-artifact@v2.3.1
if: failure() if: failure()
with: with:
name: artifacts name: artifacts
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment