From fc9c40865202635fefd9fcc604bebda3c0ec346e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 12:56:58 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4.6.2 to 7.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd-publish.yml | 2 +- .github/workflows/create-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd-publish.yml b/.github/workflows/cicd-publish.yml index 0fc8573..a7d574c 100644 --- a/.github/workflows/cicd-publish.yml +++ b/.github/workflows/cicd-publish.yml @@ -26,7 +26,7 @@ jobs: - name: 'Create packages in dist/ with hatch' run: 'hatch build' - name: 'Upload package artifacts to GitHub' - uses: 'actions/upload-artifact@v4.6.2' + uses: 'actions/upload-artifact@v7.0.0' with: name: 'python-artifacts' path: 'dist/*' diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 8081afe..21be6d9 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -18,7 +18,7 @@ jobs: python-version-file: "pyproject.toml" - run: "echo \"SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)\" >> $GITHUB_ENV" - run: "uv build" - - uses: "actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02" # v4.6.2 + - uses: "actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f" # v7.0.0 with: path: "./dist" create-release: