From 7610b6c37f770d8231f026a2bfa39c45321d6503 Mon Sep 17 00:00:00 2001 From: Lucian Bargaoanu Date: Sun, 16 Feb 2025 14:42:21 +0200 Subject: [PATCH] upgrade actions --- .github/workflows/release.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5ac9c5..1b7b78f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,21 +11,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 @@ -42,7 +30,7 @@ jobs: run: ./Push.ps1 shell: pwsh - name: Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: artifacts path: artifacts/**/*