File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111env :
1212 CONFIGURATION : Release
1313 PROJECT_PATH : src/PrintZPL.Host/PrintZPL.Host.csproj
14- FRAMEWORK : net6 .0
14+ FRAMEWORK : net8 .0
1515
1616jobs :
1717 publish :
@@ -29,12 +29,12 @@ jobs:
2929 uses : actions/checkout@v3
3030
3131 - name : Setup .NET 6 SDK
32- uses : actions/setup-dotnet@v3
32+ uses : actions/setup-dotnet@v4
3333 with :
34- dotnet-version : ' 6 .0.x'
34+ dotnet-version : ' 8 .0.x'
3535
3636 - name : Cache NuGet packages
37- uses : actions/cache@v3
37+ uses : actions/cache@v4
3838 with :
3939 path : ~/.nuget/packages
4040 key : ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
6161 zip -r "${{ github.workspace }}/$ZIP_NAME" .
6262
6363 - name : Upload artifact for ${{ matrix.runtime }}
64- uses : actions/upload-artifact@v3.1.2
64+ uses : actions/upload-artifact@v4
6565 with :
6666 name : PrintZPL-${{ matrix.runtime }}
6767 path : PrintZPL-${{ matrix.runtime }}.zip
You can’t perform that action at this time.
0 commit comments