Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
CTO-2499 - upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymkutsenko committed Oct 11, 2024
1 parent 3401205 commit 21e016e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
$spec.Save($file.FullName)
- run: msbuild /t:BuildAllConfigurations /p:Configuration=Release /p:NugetPackageVersion=3.0.${{ github.run_number }}
- run: dir packages
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: nuget
path: packages/*.nupkg

0 comments on commit 21e016e

Please sign in to comment.