From 070bf73a3964faf56f6f3c8c8cdfae7a9feffc64 Mon Sep 17 00:00:00 2001 From: Vencislav Atanasov Date: Sat, 30 Mar 2024 16:26:42 +0200 Subject: [PATCH] Update GitHub CI action versions --- .github/workflows/rspec.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index 1af2d22..d848722 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -26,7 +26,7 @@ jobs: --health-retries 5 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ruby-3.1.3 @@ -62,14 +62,14 @@ jobs: run: bundle exec rspec - name: Archive test failure screenshots - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: screenshots path: tmp/capybara - name: Archive detailed Simplecov Report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage path: coverage/index.html @@ -77,7 +77,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ruby-3.1.3