From 27098caee6cfe5fd601e07a53a4eb3def4c9782b Mon Sep 17 00:00:00 2001 From: "projectorigin-renovate[bot]" <150237208+projectorigin-renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 08:36:20 +0000 Subject: [PATCH] Update actions/download-artifact action to v8 --- .github/workflows/reusable-publish-nuget-artifacts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-publish-nuget-artifacts.yaml b/.github/workflows/reusable-publish-nuget-artifacts.yaml index 1157f1a..6e812d5 100644 --- a/.github/workflows/reusable-publish-nuget-artifacts.yaml +++ b/.github/workflows/reusable-publish-nuget-artifacts.yaml @@ -19,7 +19,7 @@ jobs: nuget_path: nuget-packages steps: - name: Download artifacts - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 with: name: ${{ inputs.nuget_artifact }} path: ${{ env.nuget_path }}