Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/update-actions' into rails-8
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinkelly committed Nov 22, 2024
2 parents e18ca75 + 6a5cb94 commit 4cd2b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/github_actions_ci/workflows/ci.yml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- run: <%= package_json.manager.native_install_command(frozen: true).join(" ") %>
- run: bundle exec rspec spec --format progress
- name: Archive spec outputs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: rspec-output-screenshots
Expand Down

0 comments on commit 4cd2b0f

Please sign in to comment.