We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0037b0 commit 6505ef8Copy full SHA for 6505ef8
2 files changed
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
working-directory: ./src
38
run: dotnet test --no-build --no-restore --verbosity normal --logger "trx;LogFileName=test-results.trx" Sleddog.Blink1.Tests
39
40
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
41
if: success() || failure()
42
with:
43
name: test-results
.github/workflows/nuget.yaml
@@ -38,7 +38,7 @@ jobs:
- name: Pack
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
44
name: nuget-artifact
0 commit comments