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