Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: dotnet test --configuration Release

- name: Upload test results
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: net-test-results
path: |
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
verbosity: 'Info'

- name: Upload coverage report
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: coverage-report
path: coverage-report
Expand All @@ -136,7 +136,7 @@ jobs:
files: coverage-report/Cobertura.xml

- name: Upload coverage history
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: coverage-history
path: coverage-history
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
working-directory: ./

- name: Upload build artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: packages
path: ./artifacts/*.nupkg
Expand Down