From 0fccfcac0ac782670ccf0c51776637361b664477 Mon Sep 17 00:00:00 2001 From: Felix Obermaier Date: Tue, 14 May 2024 10:08:26 +0200 Subject: [PATCH] Update full-ci.yml --- .github/workflows/full-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/full-ci.yml b/.github/workflows/full-ci.yml index 195cc84..529c6c6 100644 --- a/.github/workflows/full-ci.yml +++ b/.github/workflows/full-ci.yml @@ -15,10 +15,10 @@ jobs: - name: Get source uses: actions/checkout@v2 - - name: Setup .NET Core 3.1 + - name: Setup .NET Core 6 uses: actions/setup-dotnet@v4 with: - dotnet-version: '3.1.x' + dotnet-version: '6.x' - name: Build run: dotnet build -c Release -v minimal -p:WarningLevel=3 @@ -44,10 +44,10 @@ jobs: if: github.event_name == 'push' && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master') steps: - - name: Setup .NET Core 3.1 + - name: Setup .NET Core 6 uses: actions/setup-dotnet@v4 with: - dotnet-version: '3.1.x' + dotnet-version: '6.x' - name: Download Package Files uses: actions/download-artifact@v2 @@ -69,10 +69,10 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/master' steps: - - name: Setup .NET Core 3.1 + - name: Setup .NET Core 6 uses: actions/setup-dotnet@v4 with: - dotnet-version: '3.1.x' + dotnet-version: '6.x' - name: Download Package Files uses: actions/download-artifact@v2