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 8e7f8cd commit 1d0a310
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET Core 3.1
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.406
dotnet-version: 3.1.426

- name: Build
run: dotnet build -c Release -v minimal -p:WarningLevel=3
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup .NET Core 3.1
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.406
dotnet-version: 3.1.426

- name: Download Package Files
uses: actions/download-artifact@v2
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Setup .NET Core 3.1
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.406
dotnet-version: 3.1.426

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

0 comments on commit 1d0a310

Please sign in to comment.