File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ jobs:
3737 name : Restore State
3838 uses : ./.github/actions/cache-restore
3939 -
40- uses : actions/download-artifact@v5
40+ uses : actions/download-artifact@v6
4141 name : Download nuget packages
4242 with :
4343 name : nuget
4444 path : ${{ github.workspace }}/artifacts/packages/nuget
4545 -
46- uses : actions/download-artifact@v5
46+ uses : actions/download-artifact@v6
4747 name : Download native packages
4848 with :
4949 name : native-Linux
Original file line number Diff line number Diff line change 2424 name : Restore State
2525 uses : ./.github/actions/cache-restore
2626 -
27- uses : actions/download-artifact@v5
27+ uses : actions/download-artifact@v6
2828 name : Download nuget packages
2929 with :
3030 name : nuget
Original file line number Diff line number Diff line change @@ -29,21 +29,21 @@ jobs:
2929 run : dotnet run/build.dll --target=Package
3030 -
3131 name : ' Upload nuget packages'
32- uses : actions/upload-artifact@v4
32+ uses : actions/upload-artifact@v5
3333 if : matrix.os == 'windows-2025'
3434 with :
3535 name : nuget
3636 path : ${{ github.workspace }}/artifacts/packages/nuget
3737 -
3838 name : ' Upload native packages'
39- uses : actions/upload-artifact@v4
39+ uses : actions/upload-artifact@v5
4040 if : matrix.os == 'windows-2025'
4141 with :
4242 name : native-${{ runner.os }}
4343 path : ${{ github.workspace }}/artifacts/packages/native/*.zip
4444 -
4545 name : ' Upload native packages'
46- uses : actions/upload-artifact@v4
46+ uses : actions/upload-artifact@v5
4747 if : matrix.os != 'windows-2025'
4848 with :
4949 name : native-${{ runner.os }}
Original file line number Diff line number Diff line change 3737 name : Restore State
3838 uses : ./.github/actions/cache-restore
3939 -
40- uses : actions/download-artifact@v5
40+ uses : actions/download-artifact@v6
4141 name : Download nuget packages
4242 with :
4343 name : nuget
Original file line number Diff line number Diff line change 2828 name : Restore State
2929 uses : ./.github/actions/cache-restore
3030 -
31- uses : actions/download-artifact@v5
31+ uses : actions/download-artifact@v6
3232 name : Download nuget packages
3333 with :
3434 name : nuget
You can’t perform that action at this time.
0 commit comments