Skip to content

Commit

Permalink
Rollback to v3 for artifacts actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Dec 28, 2024
1 parent 2c674ce commit 60d03c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: bundle exec rspec

- name: Upload test coverage folder for later reporting
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: coverage-reports
path: ${{github.workspace}}/coverage-*/coverage.json
Expand All @@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@v3

- name: Download coverage reports from the test job
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: coverage-reports

Expand Down

0 comments on commit 60d03c7

Please sign in to comment.