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

Commit 21e016e

Browse files
committed
CTO-2499 - upload-artifact@v4
1 parent 3401205 commit 21e016e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
$spec.Save($file.FullName)
8989
- run: msbuild /t:BuildAllConfigurations /p:Configuration=Release /p:NugetPackageVersion=3.0.${{ github.run_number }}
9090
- run: dir packages
91-
- uses: actions/upload-artifact@v2
91+
- uses: actions/upload-artifact@v4
9292
with:
9393
name: nuget
9494
path: packages/*.nupkg

0 commit comments

Comments
 (0)