Bump actions/upload-artifact from v1 to v2.2.2 (#83)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to v2.2.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...e448a9b857ee2131e752b06002bf0e093c65e571) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c93a862537
commit
3bdb6e6623
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check-links.yml
vendored
2
.github/workflows/check-links.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
run: gem install awesome_bot
|
||||
- name: Run Awesome Bot
|
||||
run: awesome_bot README.md --request-delay 1 --allow-timeout -t 5 --allow-dupe --white-list sho.rt,your.site,long.url,awesome.re
|
||||
- uses: actions/upload-artifact@v1
|
||||
- uses: actions/upload-artifact@v2.2.2
|
||||
if: failure()
|
||||
with:
|
||||
name: ab-results
|
||||
|
|
Loading…
Reference in a new issue