From 7580fb39b15331b9840130cacd344cbcbe0dbc99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 10:45:24 +0000 Subject: [PATCH] deps(actions): bump actions/download-artifact from 7.0.0 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7.0.0...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/arm64-release.yml | 4 ++-- .github/workflows/nuget.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/arm64-release.yml b/.github/workflows/arm64-release.yml index e988cec..37c1557 100644 --- a/.github/workflows/arm64-release.yml +++ b/.github/workflows/arm64-release.yml @@ -185,7 +185,7 @@ jobs: attestations: write steps: - uses: actions/checkout@v7 - - uses: actions/download-artifact@v7.0.0 + - uses: actions/download-artifact@v8.0.1 with: name: extend0-arm64-raw-${{ needs.version.outputs.version }}-${{ matrix.rid }} path: input @@ -252,7 +252,7 @@ jobs: permissions: contents: write steps: - - uses: actions/download-artifact@v7.0.0 + - uses: actions/download-artifact@v8.0.1 with: pattern: extend0-arm64-${{ needs.version.outputs.version }}-* path: dist diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 492b11a..ecc7043 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -172,7 +172,7 @@ jobs: id-token: write packages: write steps: - - uses: actions/download-artifact@v7.0.0 + - uses: actions/download-artifact@v8.0.1 with: name: extend0-nuget-${{ needs.pack.outputs.version }} path: artifacts