Skip to content

Commit 5b182b2

Browse files
committed
feat(button): odd
1 parent c2a0eff commit 5b182b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reuseable-ci-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ jobs:
353353
status: ${{ job.status }}
354354
steps:
355355
- name: Checkout code
356-
uses: actions/checkout@v3
356+
uses: actions/checkout@v4
357357

358358
- name: Setup .NET
359359
uses: actions/setup-dotnet@v4
@@ -454,9 +454,9 @@ jobs:
454454
-thresholdtype:line \
455455
-threshold:80
456456
457-
- name: Upload Coverage Report
457+
- name: upload coverage report
458458
if: always()
459-
uses: actions/upload-artifact@v3
459+
uses: actions/upload-artifact@v4
460460
with:
461461
name: coverage-report
462462
path: coveragereport

0 commit comments

Comments
 (0)