Skip to content

Commit 74e8852

Browse files
committed
Merge branch 'main' of github.com:codebar-ag/solidtime
2 parents 0fdb56a + cbba7e1 commit 74e8852

3 files changed

Lines changed: 13 additions & 13 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-*

composer.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)