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 7
7
build :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
- name : Set up Python
12
12
uses : actions/setup-python@v4
13
13
with :
20
20
run : |
21
21
python -m build
22
22
pip install dist/*.whl
23
- - uses : actions/upload-artifact@v3
23
+ - uses : actions/upload-artifact@v4
24
24
with :
25
25
path : ./dist/*
26
26
32
32
python-version : ["3.10", "3.11", "3.12"]
33
33
34
34
steps :
35
- - uses : actions/checkout@v3
36
- - uses : actions/download-artifact@v3
35
+ - uses : actions/checkout@v4
36
+ - uses : actions/download-artifact@v4
37
37
with :
38
38
name : artifact
39
39
path : dist
70
70
permissions :
71
71
id-token : write
72
72
steps :
73
- - uses : actions/download-artifact@v3
73
+ - uses : actions/download-artifact@v4
74
74
with :
75
75
name : artifact
76
76
path : dist
You can’t perform that action at this time.
0 commit comments