Skip to content

Commit

Permalink
Merge pull request #56 from unoplatform/mergify/bp/release/stable/2.4…
Browse files Browse the repository at this point in the history
…/pr-51

ci: Update download-artifact and upload-artifact to v4 (backport #51)
  • Loading branch information
agneszitte authored Sep 13, 2024
2 parents cbb8387 + 932839e commit b3268b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
build/nuget.exe pack nuget/Fluent/Uno.Fonts.Fluent.nuspec -Version $adjustedPackageVersion -OutputDirectory ./artifacts
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: NuGet
path: ./artifacts
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
msbuild nuget\Roboto\Uno.Fonts.Roboto\Uno.Fonts.Roboto.csproj -t:pack -p:Configuration=Release -p:PackageVersion=$adjustedPackageVersion -p:PackageOutputPath=artifacts
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: NuGet
path: nuget\Roboto\Uno.Fonts.Roboto\artifacts
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
dotnet pack nuget\OpenSans\Uno.Fonts.OpenSans\Uno.Fonts.OpenSans.csproj -c Release -p:PackageVersion=$adjustedPackageVersion -p:PackageOutputPath=artifacts
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: NuGet
path: nuget\OpenSans\Uno.Fonts.OpenSans\artifacts
Expand All @@ -164,7 +164,7 @@ jobs:
uses: actions/checkout@v2

- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: NuGet
path: artifacts
Expand All @@ -183,7 +183,7 @@ jobs:
build\SignClient sign -i artifacts\*.nupkg -c build\SignClient.json -r "${{ secrets.UNO_PLATFORM_CODESIGN_USERNAME }}" -s "${{ secrets.UNO_PLATFORM_CODESIGN_SECRET }}" -n "Uno.Check" -d "Uno.Check" -u "https://github.com/unoplatform/uno.check"
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: NuGet-Signed
path: ./artifacts
Expand Down

0 comments on commit b3268b6

Please sign in to comment.