File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
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@v3
19
+ - uses : actions/checkout@v4
20
20
21
21
- name : Build and Check Package
22
22
@@ -30,16 +30,16 @@ jobs:
30
30
contents : write # For tag.
31
31
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
35
35
- name : Download Package
36
- uses : actions/download-artifact@v4.1.7
36
+ uses : actions/download-artifact@v5.0.0
37
37
with :
38
38
name : Packages
39
39
path : dist
40
40
41
41
- name : Publish package to PyPI
42
- uses : pypa/gh-action-pypi-publish@v1.10.0
42
+ uses : pypa/gh-action-pypi-publish@v1.12.4
43
43
with :
44
44
attestations : true
45
45
Original file line number Diff line number Diff line change 19
19
package :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : Build and Check Package
24
24
25
25
@@ -35,16 +35,16 @@ jobs:
35
35
os : [ubuntu-latest, windows-latest]
36
36
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
40
40
- name : Download Package
41
- uses : actions/download-artifact@v4.1.7
41
+ uses : actions/download-artifact@v5.0.0
42
42
with :
43
43
name : Packages
44
44
path : dist
45
45
46
46
- name : Set up Python
47
- uses : actions/setup-python@v4
47
+ uses : actions/setup-python@v5
48
48
with :
49
49
python-version : ${{ matrix.python }}
50
50
You can’t perform that action at this time.
0 commit comments