Skip to content

Commit

Permalink
CI: use newer actions (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spone authored Nov 8, 2024
1 parent 63c5819 commit 1dea5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
VIEW_COMPONENT_FORM_USE_ACTIONTEXT: ${{ matrix.action_text == 'with' && 'true' || 'false' }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Update gemspec to test in head version
if: matrix.versions.rails == 'head'
Expand All @@ -53,7 +53,7 @@ jobs:
COVERAGE=true bundle exec rake
- name: Upload coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: coverage-report-ruby-${{ matrix.versions.ruby }}-rails-${{ matrix.versions.rails }}-vc-${{ matrix.view_component }}-actiontext-${{ matrix.action_text }}
Expand Down

0 comments on commit 1dea5ea

Please sign in to comment.