Skip to content

Commit c4e39c6

Browse files
authored
Merge pull request #77 from numpy/dependabot/github_actions/actions-c8812b32c5
🤖 Bump the actions group across 1 directory with 4 updates
2 parents 34d0bfb + 6a72400 commit c4e39c6

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- name: Deploy to GitHub Pages
4242
if: github.event_name != 'pull_request'
4343
id: deployment
44-
uses: actions/deploy-pages@v4
44+
uses: actions/deploy-pages@v5

.github/workflows/build_wheels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
python -m cibuildwheel --output-dir wheelhouse
5252
53-
- uses: actions/upload-artifact@v6
53+
- uses: actions/upload-artifact@v7
5454
with:
5555
path: ./wheelhouse/*.whl
5656
name: wheels-linux
@@ -109,7 +109,7 @@ jobs:
109109
run: |
110110
python -m cibuildwheel --output-dir wheelhouse
111111
112-
- uses: actions/upload-artifact@v6
112+
- uses: actions/upload-artifact@v7
113113
with:
114114
path: ./wheelhouse/*.whl
115115
name: wheels-${{ matrix.os }}
@@ -164,7 +164,7 @@ jobs:
164164
python -m cibuildwheel --output-dir wheelhouse
165165
if (-not (Test-Path wheelhouse/*.whl)) { throw "Wheel was not created" }
166166
167-
- uses: actions/upload-artifact@v6
167+
- uses: actions/upload-artifact@v7
168168
with:
169169
path: ./wheelhouse/*.whl
170170
name: wheels-windows-${{ matrix.architecture }}
@@ -198,7 +198,7 @@ jobs:
198198
pytest -s tests
199199
200200
- name: Upload SDist artifact
201-
uses: actions/upload-artifact@v6
201+
uses: actions/upload-artifact@v7
202202
with:
203203
name: sdist
204204
path: ./dist/*.tar.gz
@@ -224,7 +224,7 @@ jobs:
224224

225225
steps:
226226
- name: Download all workflow run artifacts
227-
uses: actions/download-artifact@v7
227+
uses: actions/download-artifact@v8
228228
with:
229229
pattern: "*"
230230
path: dist

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v6
2424

25-
- uses: astral-sh/setup-uv@v7.3.0
25+
- uses: astral-sh/setup-uv@v7.6.0
2626
with:
2727
activate-environment: true
2828
python-version: "3.12"

0 commit comments

Comments
 (0)