File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
python -m tox run-parallel -m ci -- --junitxml pytest.{envname}.xml
101
101
python -m tox run -e cov
102
102
103
- - uses : actions/upload-artifact@v3
103
+ - uses : actions/upload-artifact@v4
104
104
with :
105
105
name : pytest-report-py${{ matrix.py }}-${{ matrix.os }}
106
106
path : pytest.*.xml
@@ -115,7 +115,7 @@ jobs:
115
115
with :
116
116
python-version : " 3.x"
117
117
# download everything
118
- - uses : actions/download-artifact@v3
118
+ - uses : actions/download-artifact@v4
119
119
with :
120
120
path : artifacts/
121
121
# collate and report
Original file line number Diff line number Diff line change 22
22
- name : Check Dists (twine)
23
23
run : twine check dist/*
24
24
25
- - uses : actions/upload-artifact@v3
25
+ - uses : actions/upload-artifact@v4
26
26
with :
27
27
name : packages
28
28
path : dist/*
35
35
id-token : write
36
36
37
37
steps :
38
- - uses : actions/download-artifact@v3
38
+ - uses : actions/download-artifact@v4
39
39
with :
40
40
name : packages
41
41
path : dist
48
48
runs-on : ubuntu-latest
49
49
50
50
steps :
51
- - uses : actions/download-artifact@v3
51
+ - uses : actions/download-artifact@v4
52
52
with :
53
53
name : packages
54
54
path : dist
Original file line number Diff line number Diff line change 37
37
- name : Check Dists (twine)
38
38
run : twine check dist/*
39
39
40
- - uses : actions/upload-artifact@v3
40
+ - uses : actions/upload-artifact@v4
41
41
with :
42
42
name : packages
43
43
path : dist/*
51
51
id-token : write
52
52
53
53
steps :
54
- - uses : actions/download-artifact@v3
54
+ - uses : actions/download-artifact@v4
55
55
with :
56
56
name : packages
57
57
path : dist
You can’t perform that action at this time.
0 commit comments