Skip to content

Commit

Permalink
upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lbargaoanu authored Feb 16, 2025
1 parent 1aee4e4 commit 23d3317
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,9 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET Core 3.1
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x
- name: Setup .NET Core 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.x'
include-prerelease: true
- name: Dotnet info
run: dotnet --info
shell: pwsh
- name: Build and Test
run: ./Build.ps1
shell: pwsh
Expand All @@ -39,8 +27,8 @@ jobs:
run: ./Push.ps1
shell: pwsh
- name: Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: artifacts
path: artifacts/**/*
path: artifacts/**/*

0 comments on commit 23d3317

Please sign in to comment.