Skip to content

Commit

Permalink
use latest upload/download actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley committed Sep 4, 2024
1 parent 3e509df commit 1d8d8bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,12 @@ jobs:
RUBY_VERSION: ${{ matrix.ruby_version }}
CAPTURE_PATCH_ENABLED: ${{ matrix.mode == 'capture_patch_enabled' && 'true' || 'false' }}
- name: Upload coverage results
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.4.0
if: always()
with:
name: simplecov-resultset-rails${{matrix.rails_version}}-ruby${{matrix.ruby_version}}-${{matrix.mode}}
path: coverage
include-hidden-files: true
primer_view_components_compatibility:
name: Test compatibility with Primer ViewComponents (main)
runs-on: ubuntu-latest
Expand Down Expand Up @@ -127,7 +128,7 @@ jobs:
ruby-version: 3.3
bundler-cache: true
- name: Download coverage results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.8
- name: Collate simplecov
run: |
bundle exec rake coverage:report

0 comments on commit 1d8d8bf

Please sign in to comment.