We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc43442 commit 0b71f9aCopy full SHA for 0b71f9a
.github/workflows/main.yaml
@@ -3,12 +3,12 @@ jobs:
3
build:
4
runs-on: ubuntu-latest
5
steps:
6
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
7
- uses: docker://dkhamsing/awesome_bot:latest
8
with:
9
args: --allow-redirect --allow-dupe --request-delay 1 --white-list www.vagrantup.com README.md
10
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v4
11
if: failure()
12
13
name: ab-results
14
- path: ab-results-README.md-filtered.json
+ path: ab-results-README.md-filtered.json
0 commit comments