Skip to content

Commit

Permalink
fix: upgrade actions/upload-artifact to v4 in GitHub Actions variant
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Nov 24, 2024
1 parent 6154d26 commit a8fea60
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 a8fea60

Please sign in to comment.