Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark authored Dec 3, 2024
1 parent fc43442 commit 0b71f9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: docker://dkhamsing/awesome_bot:latest
with:
args: --allow-redirect --allow-dupe --request-delay 1 --white-list www.vagrantup.com README.md
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
if: failure()
with:
name: ab-results
path: ab-results-README.md-filtered.json
path: ab-results-README.md-filtered.json

0 comments on commit 0b71f9a

Please sign in to comment.