From 96619d71e4e749c4080d9c186e26ca1ab2dda9b5 Mon Sep 17 00:00:00 2001 From: Tochemey Date: Tue, 1 Oct 2024 20:19:41 +0100 Subject: [PATCH] ci: fix deprecation notice of the upload artifact --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc228a5..09aad57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: run: dotnet pack -v normal -c Release --no-restore --include-symbols --include-source -p:PackageVersion=0.0.0 $PROJECT_NAME/$PROJECT_NAME.csproj - name: Upload Artifact if: matrix.os == 'ubuntu-latest' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: nupkg path: ${{ env.PROJECT_NAME }}/bin/Release/*.nupkg