File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-20.04
9
9
name : " Check CHANGELOG"
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v4
12
12
- name : Install dependencies
13
13
run : |
14
14
sudo apt update
15
15
sudo apt install --no-install-recommends jq
16
- - uses : lots0logs/gh-action-get-changed-files@2.1.4
16
+ - uses : lots0logs/gh-action-get-changed-files@2.2.2
17
17
with :
18
18
token : ${{ secrets.GITHUB_TOKEN }}
19
19
- name : Check changed files
Original file line number Diff line number Diff line change 14
14
matrix :
15
15
python-version : [3.9, '3.10', '3.11', '3.12']
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v4
18
18
- name : Set up python ${{ matrix.python-version }}
19
- uses : actions/setup-python@v2
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
22
- name : Install dependencies
40
40
tox -e decorations
41
41
- name : Upload generated images
42
42
if : ${{ always() && matrix.python-version == '3.11' }}
43
- uses : actions/upload-artifact@v3
43
+ uses : actions/upload-artifact@v4
44
44
with :
45
45
name : generated-images
46
46
path : decoration_images/
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Set up Python
18
- uses : actions/setup-python@v4
18
+ uses : actions/setup-python@v5
19
19
with :
20
20
python-version : " 3.x"
21
21
- name : Install pypa/build
27
27
- name : Build a binary wheel and a source tarball
28
28
run : python3 -m build
29
29
- name : Store the distribution packages
30
- uses : actions/upload-artifact@v3
30
+ uses : actions/upload-artifact@v4
31
31
with :
32
32
name : python-package-distributions
33
33
path : dist/
47
47
48
48
steps :
49
49
- name : Download built artifacts
50
- uses : actions/download-artifact@v3
50
+ uses : actions/download-artifact@v4
51
51
with :
52
52
name : python-package-distributions
53
53
path : dist/
70
70
71
71
steps :
72
72
- name : Download all the dists
73
- uses : actions/download-artifact@v3
73
+ uses : actions/download-artifact@v4
74
74
with :
75
75
name : python-package-distributions
76
76
path : dist/
You can’t perform that action at this time.
0 commit comments