Skip to content

Commit a147bee

Browse files
authored
Update GitHub upload-artifact to v4 (#100)
v1 is deprecated and causes tests to fail
1 parent 756d123 commit a147bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run vulnerabilities check
3737
run: bundle exec rake audit
3838
- name: Upload simplecov results for coverage
39-
uses: actions/upload-artifact@v1
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: coverage
4242
path: coverage/
@@ -61,4 +61,4 @@ jobs:
6161
workingDirectory: ${{github.workspace}}
6262
debug: true
6363
coverageLocations: |
64-
${{github.workspace}}/coverage/coverage.json:simplecov
64+
${{github.workspace}}/coverage/coverage.json:simplecov

0 commit comments

Comments
 (0)