Skip to content

Commit e09fff9

Browse files
Bump the actions group with 2 updates (#35)
1 parent 2241a90 commit e09fff9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
submodules: true
18-
- uses: hynek/build-and-inspect-python-package@v1
18+
- uses: hynek/build-and-inspect-python-package@v2
1919

2020
publish:
2121
needs: [build_wheels]
@@ -25,7 +25,7 @@ jobs:
2525
if: github.event_name == 'release' && github.event.action == 'published'
2626

2727
steps:
28-
- uses: actions/download-artifact@v3
28+
- uses: actions/download-artifact@v4
2929
with:
3030
name: Packages
3131
path: dist
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939

4040
steps:
41-
- uses: actions/download-artifact@v3
41+
- uses: actions/download-artifact@v4
4242
with:
4343
name: Packages
4444
path: dist

0 commit comments

Comments
 (0)