File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
mypy :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
15
15
- name : Setup Python
16
16
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
- uses : hynek/build-and-inspect-python-package@v2
23
23
24
24
# Upload to real PyPI on GitHub Releases.
34
34
35
35
steps :
36
36
- name : Download packages built by build-and-inspect-python-package
37
- uses : actions/download-artifact@v4
37
+ uses : actions/download-artifact@v5
38
38
with :
39
39
name : Packages
40
40
path : dist
Original file line number Diff line number Diff line change 43
43
44
44
steps :
45
45
- name : Checkout
46
- uses : actions/checkout@v4
46
+ uses : actions/checkout@v5
47
47
48
48
- name : Set up target Python
49
49
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments