From 4fd9a936de069c2f342c4686862105bbbe6e1a41 Mon Sep 17 00:00:00 2001 From: Julian Simpson Date: Tue, 7 Jan 2025 16:17:39 +1300 Subject: [PATCH] Don't bother with setup-ruby Bug was not in ruby code --- .github/workflows/live.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/live.yml b/.github/workflows/live.yml index a9bfef2..837976b 100644 --- a/.github/workflows/live.yml +++ b/.github/workflows/live.yml @@ -24,10 +24,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} NVD_API_KEY: ${{ secrets.NVD_API_KEY }} - - uses: ruby/setup-ruby@v1 - with: - ruby-version: '3.3.5' - bundler-cache: true + - uses: actions/upload-artifact@v4 with: name: report-${{ matrix.os }}