Skip to content

Commit ec53833

Browse files
committed
CI: update GHA jobs
1 parent c1449a1 commit ec53833

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626

27-
- uses: hynek/build-and-inspect-python-package@v1
27+
- uses: hynek/build-and-inspect-python-package@v2
2828

2929
# Upload to Test PyPI on every commit on main.
3030
release-test-pypi:
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Download packages built by build-and-inspect-python-package
39-
uses: actions/download-artifact@v3
39+
uses: actions/download-artifact@v4
4040
with:
4141
name: Packages
4242
path: dist
@@ -56,7 +56,7 @@ jobs:
5656

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

0 commit comments

Comments
 (0)