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