From 9e87784b1b43c167dc88c3b6f2e128cb1671292a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 05:23:17 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 995ed57..5008f34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,12 +95,12 @@ jobs: python-version: ${{ matrix.python-version }} - name: Download Wheel Artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: mcpartools-wheel - name: Download Sample Test Data Artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: sample-fluka-input diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dbaf4d6..df7230d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,12 +77,12 @@ jobs: contents: write steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: wheel path: dist - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: source path: dist @@ -107,7 +107,7 @@ jobs: contents: write steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: single path: dist