Skip to content

Commit e98d968

Browse files
chore(deps): bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact) and [wntrblm/nox](https://github.com/wntrblm/nox). Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) Updates `wntrblm/nox` from 2025.05.01 to 2025.10.16 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2025.05.01...2025.10.16) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: wntrblm/nox dependency-version: 2025.10.16 dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f371ff commit e98d968

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
attestations: write
3535

3636
steps:
37-
- uses: actions/download-artifact@v5
37+
- uses: actions/download-artifact@v6
3838
with:
3939
name: Packages
4040
path: dist

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ jobs:
345345

346346
- uses: astral-sh/setup-uv@v7
347347

348-
- uses: wntrblm/nox@2025.05.01
348+
- uses: wntrblm/nox@2025.10.16
349349
with:
350350
python-versions: "3.12"
351351

.github/workflows/nightlies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
needs: [build_wheel]
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/download-artifact@v5
32+
- uses: actions/download-artifact@v6
3333
with:
3434
name: Packages
3535
path: dist

0 commit comments

Comments
 (0)