Skip to content

Commit c44b579

Browse files
authored
Update build.yml
1 parent 0e87941 commit c44b579

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
CONFIGURATION: Release
1313
PROJECT_PATH: src/PrintZPL.Host/PrintZPL.Host.csproj
14-
FRAMEWORK: net6.0
14+
FRAMEWORK: net8.0
1515

1616
jobs:
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') }}
@@ -61,7 +61,7 @@ jobs:
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

0 commit comments

Comments
 (0)