From 3096c43b0a832f356d81e9869f486b29cbc57c19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:53:50 +0000 Subject: [PATCH] Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_build.yml b/.github/workflows/_build.yml index 654d66a..d6c08e0 100644 --- a/.github/workflows/_build.yml +++ b/.github/workflows/_build.yml @@ -46,7 +46,7 @@ jobs: # Save ("upload") the distribution artifacts for use by downstream Actions jobs - name: Upload distribution artifacts - uses: actions/upload-artifact@v6 # This allows us to persist the dist directory after the job has completed + uses: actions/upload-artifact@v7 # This allows us to persist the dist directory after the job has completed with: name: python-package-distributions path: dist/ @@ -98,7 +98,7 @@ jobs: # This makes the artifacts available for downstream jobs - name: Upload Conda build artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: conda-package path: ${{ env.CONDA_BLD_PATH }}/**/space_packet_parser-*