From 0b71f9a871d08e4dfe04ddc63f88df0642256e4b Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Tue, 3 Dec 2024 03:15:59 +0100 Subject: [PATCH] Update main.yaml --- .github/workflows/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1b9a1af..50c8fa5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 \ No newline at end of file + path: ab-results-README.md-filtered.json