From 8cbb9f2c85079d416e86432db553e0525d46afba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:02:59 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.4.1 --- .github/workflows/continuous-delivery-nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery-nuget.yml b/.github/workflows/continuous-delivery-nuget.yml index e6f5358..1bfb180 100644 --- a/.github/workflows/continuous-delivery-nuget.yml +++ b/.github/workflows/continuous-delivery-nuget.yml @@ -38,7 +38,7 @@ jobs: files: "./nugets/*.nupkg" - name: Upload artifact if: steps.has-nugets.outputs.files_exists == 'true' - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.1 with: name: nugets path: ./nugets/*.nupkg