chore(deps): bump the actions group with 3 updates (#6000)

This commit is contained in:
dependabot[bot]
2026-03-01 08:34:07 -05:00
committed by GitHub
parent 4a77b97725
commit 9d8c57fee2
2 changed files with 6 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ jobs:
nox -s build nox -s build
nox -s build_global nox -s build_global
- uses: actions/upload-artifact@v6 - uses: actions/upload-artifact@v7
with: with:
name: Packages name: Packages
path: dist/* path: dist/*
@@ -44,7 +44,7 @@ jobs:
needs: [build_wheel] needs: [build_wheel]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/download-artifact@v7 - uses: actions/download-artifact@v8
with: with:
name: Packages name: Packages
path: dist path: dist

View File

@@ -72,13 +72,13 @@ jobs:
run: twine check dist/* run: twine check dist/*
- name: Save standard package - name: Save standard package
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v7
with: with:
name: standard name: standard
path: dist/pybind11-* path: dist/pybind11-*
- name: Save global package - name: Save global package
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v7
with: with:
name: global name: global
path: dist/*global-* path: dist/*global-*
@@ -100,10 +100,10 @@ jobs:
steps: steps:
# Downloads all to directories matching the artifact names # Downloads all to directories matching the artifact names
- uses: actions/download-artifact@v7 - uses: actions/download-artifact@v8
- name: Generate artifact attestation for sdist and wheel - name: Generate artifact attestation for sdist and wheel
uses: actions/attest-build-provenance@v3 uses: actions/attest-build-provenance@v4
with: with:
subject-path: "*/pybind11*" subject-path: "*/pybind11*"