We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd901f commit 87a88bcCopy full SHA for 87a88bc
1 file changed
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
os: [ubuntu-latest, windows-latest, macOS-latest]
27
steps:
28
- name: Checkout
29
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
30
- name: Install .NET SDKs
31
uses: actions/setup-dotnet@v1.9.0
32
with:
@@ -56,7 +56,7 @@ jobs:
56
needs: build
57
58
59
60
- name: Download coverage reports
61
uses: actions/download-artifact@v4
62
- name: Install ReportGenerator tool
0 commit comments