From 30703501e4dfd1bd9d1c987378ff4245a43ce46c Mon Sep 17 00:00:00 2001 From: Nick Josevski Date: Tue, 17 Dec 2024 17:20:53 +1100 Subject: [PATCH] upload-artifact@v4 --- .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 f44285812..299e6f3e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Build run: dotnet build LibGit2Sharp.sln --configuration Release - name: Upload packages - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4 with: name: NuGet packages path: bin/Packages/