Skip to content

Commit f3b1726

Browse files
committed
fix: Github actions artifact version
1 parent 48ed4de commit f3b1726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Upload coverage report artifact
5757
if: always()
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: coverage-report
6161
path: |

0 commit comments

Comments
 (0)