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 23
23
- name : Build sdist
24
24
run : pipx run poetry build -f sdist
25
25
26
- - uses : actions/upload-artifact@v2
26
+ - uses : actions/upload-artifact@v4
27
27
with :
28
28
path : dist/*.tar.gz
29
29
name : sdist
37
37
os : [ubuntu-20.04, macos-10.15, windows-2019]
38
38
39
39
steps :
40
- - uses : actions/download-artifact@v2
40
+ - uses : actions/download-artifact@v4
41
41
with :
42
42
name : sdist
43
43
path : dist
55
55
CIBW_TEST_COMMAND : pytest --regression {package}/tests
56
56
CIBW_BEFORE_TEST : pip install pytest dials-data
57
57
58
- - uses : actions/upload-artifact@v2
58
+ - uses : actions/upload-artifact@v4
59
59
with :
60
60
path : ./wheelhouse/*.whl
61
61
@@ -67,12 +67,12 @@ jobs:
67
67
# alternatively, to publish when a GitHub Release is created, use the following rule:
68
68
# if: github.event_name == 'release' && github.event.action == 'published'
69
69
steps :
70
- - uses : actions/download-artifact@v2
70
+ - uses : actions/download-artifact@v4
71
71
with :
72
72
name : sdist
73
73
path : dist
74
74
75
- - uses : actions/download-artifact@v2
75
+ - uses : actions/download-artifact@v4
76
76
with :
77
77
name : artifact
78
78
path : dist
You can’t perform that action at this time.
0 commit comments