Skip to content

Commit

Permalink
Update GitHub CI action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
user890104 committed Mar 30, 2024
1 parent ec28ace commit 070bf73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -62,22 +62,22 @@ 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

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
Expand Down

0 comments on commit 070bf73

Please sign in to comment.