Skip to content

Commit 60d03c7

Browse files
committed
Rollback to v3 for artifacts actions
1 parent 2c674ce commit 60d03c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: bundle exec rspec
7373

7474
- name: Upload test coverage folder for later reporting
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v3
7676
with:
7777
name: coverage-reports
7878
path: ${{github.workspace}}/coverage-*/coverage.json
@@ -89,7 +89,7 @@ jobs:
8989
- uses: actions/checkout@v3
9090

9191
- name: Download coverage reports from the test job
92-
uses: actions/download-artifact@v4
92+
uses: actions/download-artifact@v3
9393
with:
9494
name: coverage-reports
9595

0 commit comments

Comments
 (0)