From 1d530c261cdc8fdd304bf7fcd8a164b78848dc05 Mon Sep 17 00:00:00 2001 From: Michael Croes Date: Mon, 2 Jun 2025 23:11:47 +0200 Subject: [PATCH] ci: Update artifact actions --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 4308416..12d4848 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -54,7 +54,7 @@ jobs: /p:PackageVersion=${{ steps.gitversion.outputs.semVer }} --output ${{ env.NuGetDirectory }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: nuget if-no-files-found: error @@ -117,7 +117,7 @@ jobs: runs-on: ubuntu-latest needs: [ create_nuget, run_test ] steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: nuget path: ${{ env.NuGetDirectory }}