Skip to content

Commit e2bdc84

Browse files
authored
Bump baipp to v2 (#614)
1 parent c4ab066 commit e2bdc84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi-package.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222
persist-credentials: false
2323

24-
- uses: hynek/build-and-inspect-python-package@v1
24+
- uses: hynek/build-and-inspect-python-package@v2
2525

2626
# Upload to Test PyPI on every commit on main.
2727
release-test-pypi:
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Download packages built by build-and-inspect-python-package
38-
uses: actions/download-artifact@v3
38+
uses: actions/download-artifact@v4
3939
with:
4040
name: Packages
4141
path: dist
@@ -57,7 +57,7 @@ jobs:
5757

5858
steps:
5959
- name: Download packages built by build-and-inspect-python-package
60-
uses: actions/download-artifact@v3
60+
uses: actions/download-artifact@v4
6161
with:
6262
name: Packages
6363
path: dist

0 commit comments

Comments
 (0)