From 9fa46611212d623e1e998bcb523d95bffc3942fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 22:09:27 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact digest to fa0a91b --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index be5ba51..d69e5ce 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -58,7 +58,7 @@ jobs: runs-on: 'ubuntu-latest' needs: [ create_nuget, build_and_test ] steps: - - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4 + - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 with: name: nuget path: ${{ env.NuGetDirectory }}