From dfe498a30fc08c2caf99d5eb6609fd827df44471 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 21:48:46 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to 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 b960dbd..5d63742 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: dotnet-version: 9.0.x - run: dotnet pack src/ZaString -c Release -o ./artifacts - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: nuget path: artifacts/*.nupkg