File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- uses : actions/checkout@v4
19
- - uses : actions/setup-python@v4
19
+ - uses : actions/setup-python@v5
20
20
with :
21
21
python-version : " 3.x"
22
- -
uses :
pre-commit/[email protected] .0
22
+ -
uses :
pre-commit/[email protected] .1
23
23
- name : PyLint
24
24
run : pipx run nox -s pylint
25
25
40
40
steps :
41
41
- uses : actions/checkout@v4
42
42
43
- - uses : actions/setup-python@v4
43
+ - uses : actions/setup-python@v5
44
44
with :
45
45
python-version : ${{ matrix.python-version }}
46
46
77
77
- name : Build sdist and wheel
78
78
run : pipx run build
79
79
80
- - uses : actions/upload-artifact@v3
80
+ - uses : actions/upload-artifact@v4
81
81
with :
82
82
path : dist
83
83
94
94
runs-on : ubuntu-latest
95
95
96
96
steps :
97
- - uses : actions/download-artifact@v3
97
+ - uses : actions/download-artifact@v4
98
98
with :
99
99
path : dist
100
100
name : artifact
You can’t perform that action at this time.
0 commit comments