From f5a31ee79d1dfd39a9a0a87d7cd412a29afb8fe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:31:23 -0500 Subject: [PATCH] chore(deps): bump the actions group across 1 directory with 4 updates (#2755) Bumps the actions group with 4 updates in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [wntrblm/nox](https://github.com/wntrblm/nox). Updates `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) Updates `actions/attest-build-provenance` from 3.2.0 to 4.1.0 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/96278af6caaf10aea03fd8d33a09a777ca52d62f...a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32) Updates `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) Updates `wntrblm/nox` from 2025.11.12 to 2026.02.09 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](https://github.com/wntrblm/nox/compare/2025.11.12...2026.02.09) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: wntrblm/nox dependency-version: 2026.02.09 dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 10 +++++----- .github/workflows/update-dependencies.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eaf06e8c..8cbec935 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,13 +27,13 @@ jobs: attestations: write steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: Packages path: dist - name: Generate artifact attestation for sdist and wheel - uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0 + uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 with: subject-path: "dist/cibuildwheel-*" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5f78f7b..29373489 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: run: uv sync --no-dev --group test - name: Generate a sample project run: uv run --no-sync -m test.test_projects test.test_0_basic.basic_project sample_proj - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: sample_proj path: sample_proj @@ -164,7 +164,7 @@ jobs: echo "CIBW_ENABLE=${CIBW_ENABLE}" >> $GITHUB_ENV - name: Download a sample project - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: sample_proj path: sample_proj @@ -222,7 +222,7 @@ jobs: run: | test $(find wheelhouse_only -name '*.whl' | wc -l) -eq 1 - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} path: wheelhouse/*.whl @@ -293,7 +293,7 @@ jobs: run: uv sync --no-dev --group test - name: Download a sample project - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: sample_proj path: sample_proj @@ -332,7 +332,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download a sample project - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: sample_proj path: sample_proj diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 0acfcc8c..6f5cc76d 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v6 - - uses: wntrblm/nox@2025.11.12 + - uses: wntrblm/nox@2026.02.09 - name: "Run update: dependencies" run: nox --force-color -s update_constraints