Skip to content

Commit

Permalink
Update full-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FObermaier committed May 14, 2024
1 parent 1d0a310 commit 102b908
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
uses: actions/checkout@v2

- name: Setup .NET Core 3.1
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.426
dotnet-version: '3.1.x'

- name: Build
run: dotnet build -c Release -v minimal -p:WarningLevel=3
Expand All @@ -45,9 +45,9 @@ jobs:

steps:
- name: Setup .NET Core 3.1
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.426
dotnet-version: '3.1.x'

- name: Download Package Files
uses: actions/download-artifact@v2
Expand All @@ -70,9 +70,9 @@ jobs:

steps:
- name: Setup .NET Core 3.1
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.426
dotnet-version: '3.1.x'

- name: Download Package Files
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 102b908

Please sign in to comment.