Skip to content

Commit 21f9983

Browse files
committed
again
1 parent c3af9ce commit 21f9983

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828

2929
- run: pipx run build --sdist
3030

31-
- uses: actions/upload-artifact@v4
31+
- uses: actions/upload-artifact@v6
3232
with:
3333
name: cibw-sdist
3434
path: dist/*.tar.gz

0 commit comments

Comments
 (0)