Skip to content

Commit cd977a3

Browse files
dependabot[bot]urschrei
authored andcommitted
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) Updates `actions/download-artifact` from 4 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3820941 commit cd977a3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
id: windows
6767

6868
steps:
69-
- uses: actions/checkout@v5
69+
- uses: actions/checkout@v6
7070
with:
7171
fetch-depth: 0 # Optional, use if you use setuptools_scm
7272
submodules: true # Optional, use if you have submodules
@@ -130,7 +130,7 @@ jobs:
130130
with:
131131
subject-path: "./wheelhouse/*.whl"
132132

133-
- uses: actions/upload-artifact@v4
133+
- uses: actions/upload-artifact@v7
134134
name: Upload repaired wheels as artifact
135135
with:
136136
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
@@ -146,7 +146,7 @@ jobs:
146146
name: Make SDist
147147
runs-on: ubuntu-latest
148148
steps:
149-
- uses: actions/checkout@v5
149+
- uses: actions/checkout@v6
150150
with:
151151
fetch-depth: 0 # Optional, use if you use setuptools_scm
152152
submodules: true # Optional, use if you have submodules
@@ -159,7 +159,7 @@ jobs:
159159
- name: Build SDist
160160
run: uv build --sdist
161161

162-
- uses: actions/upload-artifact@v4
162+
- uses: actions/upload-artifact@v7
163163
with:
164164
path: dist/*.tar.gz
165165

@@ -175,14 +175,14 @@ jobs:
175175
contents: write
176176

177177
steps:
178-
- uses: actions/checkout@v5
178+
- uses: actions/checkout@v6
179179
with:
180180
fetch-depth: 0 # Optional, use if you use setuptools_scm
181181
submodules: true # Optional, use if you have submodules
182182

183183
- name: Download compressed artifacts
184184
id: download
185-
uses: actions/download-artifact@v4
185+
uses: actions/download-artifact@v8
186186
with:
187187
path: ./artifacts
188188
merge-multiple: true

0 commit comments

Comments
 (0)