From 893bac8c3aeedaa8ebba0c67b2ba61c92f53e4b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 11:12:57 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3.1.3 --- .github/workflows/CI-CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-CD.yml b/.github/workflows/CI-CD.yml index 153437c..2da22aa 100644 --- a/.github/workflows/CI-CD.yml +++ b/.github/workflows/CI-CD.yml @@ -42,7 +42,7 @@ jobs: run: dotnet pack IdlImpTool --include-symbols --no-restore -o . - name: Publish Artifacts - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: name: NugetPackages path: |