File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
persist-credentials : false
27
27
28
28
- 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
30
30
31
31
deploy :
32
32
if : github.repository == 'pytest-dev/pytest'
41
41
- uses : actions/checkout@v4
42
42
43
43
- name : Download Package
44
- uses : actions/download-artifact@v3
44
+ uses : actions/download-artifact@v4
45
45
with :
46
46
name : Packages
47
47
path : dist
Original file line number Diff line number Diff line change 35
35
fetch-depth : 0
36
36
persist-credentials : false
37
37
- 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
39
39
40
40
build :
41
41
needs : [package]
@@ -173,7 +173,7 @@ jobs:
173
173
persist-credentials : false
174
174
175
175
- name : Download Package
176
- uses : actions/download-artifact@v3
176
+ uses : actions/download-artifact@v4
177
177
with :
178
178
name : Packages
179
179
path : dist
You can’t perform that action at this time.
0 commit comments