Skip to content

Commit 8f30d27

Browse files
authored
use latest upload/download actions (#2088)
1 parent 3e509df commit 8f30d27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,12 @@ jobs:
7979
RUBY_VERSION: ${{ matrix.ruby_version }}
8080
CAPTURE_PATCH_ENABLED: ${{ matrix.mode == 'capture_patch_enabled' && 'true' || 'false' }}
8181
- name: Upload coverage results
82-
uses: actions/upload-artifact@v3.1.3
82+
uses: actions/upload-artifact@v4.4.0
8383
if: always()
8484
with:
8585
name: simplecov-resultset-rails${{matrix.rails_version}}-ruby${{matrix.ruby_version}}-${{matrix.mode}}
8686
path: coverage
87+
include-hidden-files: true
8788
primer_view_components_compatibility:
8889
name: Test compatibility with Primer ViewComponents (main)
8990
runs-on: ubuntu-latest
@@ -127,7 +128,7 @@ jobs:
127128
ruby-version: 3.3
128129
bundler-cache: true
129130
- name: Download coverage results
130-
uses: actions/download-artifact@v3
131+
uses: actions/download-artifact@v4.1.8
131132
- name: Collate simplecov
132133
run: |
133134
bundle exec rake coverage:report

0 commit comments

Comments
 (0)