Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
Updated upload artifacts to v4
  • Loading branch information
pjoiner authored Jan 25, 2025
1 parent ac3a8c9 commit 0b64465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Test
run: dotnet test --verbosity normal -p:CollectCoverage=true
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: DwC-A_dotnet.nupkg
path: src/DWC_A/bin/Release/DwC-A_dotnet.*.nupkg

0 comments on commit 0b64465

Please sign in to comment.