File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
SETUPTOOLS_SCM_PRETEND_VERSION : ${{ github.event.inputs.version }}
17
17
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
21
21
- name : Build and Check Package
22
22
@@ -30,10 +30,10 @@ jobs:
30
30
contents : write # For tag.
31
31
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@v5
34
34
35
35
- name : Download Package
36
- uses : actions/download-artifact@v4
36
+ uses : actions/download-artifact@v5
37
37
with :
38
38
name : Packages
39
39
path : dist
Original file line number Diff line number Diff line change 20
20
package :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
- name : Build and Check Package
25
25
26
26
@@ -66,13 +66,13 @@ jobs:
66
66
python : " 3.10"
67
67
68
68
steps :
69
- - uses : actions/checkout@v4
69
+ - uses : actions/checkout@v5
70
70
with :
71
71
# Needed to fetch tags, which are required by setuptools-scm.
72
72
fetch-depth : 0
73
73
74
74
- name : Download Package
75
- uses : actions/download-artifact@v4
75
+ uses : actions/download-artifact@v5
76
76
with :
77
77
name : Packages
78
78
path : dist
You can’t perform that action at this time.
0 commit comments