Unverified Commit 77405e11 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

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
parents fa2ad347 2544e7f0
...@@ -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.2 uses: actions/upload-artifact@v2.2.3
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