Skip to content

Commit 55522cc

Browse files
authored
Merge pull request #154 from codebar-ag/main
m/p
2 parents 094198c + 29ddfc7 commit 55522cc

5 files changed

Lines changed: 342 additions & 342 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: php artisan test --stop-on-failure --coverage-text --coverage-clover=coverage.xml
7474

7575
- name: "Upload coverage reports to Codecov"
76-
uses: codecov/codecov-action@v5.5.1
76+
uses: codecov/codecov-action@v5.5.3
7777
with:
7878
token: ${{ secrets.CODECOV_TOKEN }}
7979
slug: solidtime-io/solidtime

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: npm ci
115115

116116
- name: "Download blob reports"
117-
uses: actions/download-artifact@v4
117+
uses: actions/download-artifact@v8
118118
with:
119119
path: all-blob-reports
120120
pattern: blob-report-*

0 commit comments

Comments
 (0)