Skip to content

Commit 2047e56

Browse files
committed
Update baipp & download artifacts
1 parent 86af08c commit 2047e56

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pypi-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- uses: hynek/build-and-inspect-python-package@v1
30+
- uses: hynek/build-and-inspect-python-package@v2
3131

3232
# Upload to Test PyPI on every commit on main.
3333
release-test-pypi:
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Download packages built by build-and-inspect-python-package
42-
uses: actions/download-artifact@v3
42+
uses: actions/download-artifact@v4
4343
with:
4444
name: Packages
4545
path: dist
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Download packages built by build-and-inspect-python-package
62-
uses: actions/download-artifact@v3
62+
uses: actions/download-artifact@v4
6363
with:
6464
name: Packages
6565
path: dist

0 commit comments

Comments
 (0)