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 7150c4b commit 1c6b82dCopy full SHA for 1c6b82d
.github/workflows/ci.yml
@@ -54,11 +54,11 @@ jobs:
54
run: dotnet format --no-restore --verify-no-changes
55
- name: Pack
56
run: dotnet pack --output ./artifacts --configuration Release --no-build
57
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
58
with:
59
name: artifacts
60
path: ./artifacts
61
62
63
name: coverage
64
path: ./**/TestResults/**/coverage.opencover.xml
@@ -102,7 +102,7 @@ jobs:
102
dotnet-version: |
103
8.0.x
104
include-prerelease: true
105
- - uses: actions/download-artifact@v4.1.7
+ - uses: actions/download-artifact@v4
106
107
108
0 commit comments