Skip to content

Commit 169d775

Browse files
authored
Merge pull request #11866 from pytest-dev/backport-11718-to-8.0.x
[8.0.x] build(deps): Bump hynek/build-and-inspect-python-package from 1.5.4 to 2.0.0
2 parents 24c681d + 42f709e commit 169d775

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Build and Check Package
29-
uses: hynek/build-and-inspect-python-package@v1.5.4
29+
uses: hynek/build-and-inspect-python-package@v2.0.0
3030

3131
deploy:
3232
if: github.repository == 'pytest-dev/pytest'
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v4
4242

4343
- name: Download Package
44-
uses: actions/download-artifact@v3
44+
uses: actions/download-artifact@v4
4545
with:
4646
name: Packages
4747
path: dist

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 0
3636
persist-credentials: false
3737
- name: Build and Check Package
38-
uses: hynek/build-and-inspect-python-package@v1.5.4
38+
uses: hynek/build-and-inspect-python-package@v2.0.0
3939

4040
build:
4141
needs: [package]
@@ -173,7 +173,7 @@ jobs:
173173
persist-credentials: false
174174

175175
- name: Download Package
176-
uses: actions/download-artifact@v3
176+
uses: actions/download-artifact@v4
177177
with:
178178
name: Packages
179179
path: dist

0 commit comments

Comments
 (0)