Skip to content

Commit

Permalink
Bump upload-artifact and download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
grodowski committed Feb 4, 2024
1 parent 6ea4b43 commit 82d12e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
run: |
git fetch --update-head-ok origin master:master
undercover --compare master
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: undercover.lcov
name: undercover-${{ matrix.ruby }}.lcov
path: coverage/lcov/undercover.lcov
coverage:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: undercover.lcov
name: undercover-3.3.lcov
- name: Upload coverage
run: |
ruby -e "$(curl -s https://undercover-ci.com/uploader.rb)" -- \
Expand Down

0 comments on commit 82d12e2

Please sign in to comment.