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 @@ -15,10 +15,10 @@ jobs:
15
15
python-version : ['3.10', '3.11']
16
16
steps :
17
17
- name : Check out repository
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
- name : Set up Python ${{ matrix.python-version }}
20
20
id : setup-python
21
- uses : actions/setup-python@v2
21
+ uses : actions/setup-python@v4
22
22
with :
23
23
python-version : ${{ matrix.python-version }}
24
24
- name : Load cached Poetry installation
47
47
- name : Build package
48
48
run : poetry build
49
49
- name : Upload artifacts
50
- uses : actions/upload-artifact@v2
50
+ uses : actions/upload-artifact@v3
51
51
with :
52
52
name : dist-${{ matrix.python-version }}
53
53
path : dist
@@ -63,13 +63,13 @@ jobs:
63
63
id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
64
64
steps :
65
65
- name : Download artifacts
66
- uses : actions/download-artifact@v2
66
+ uses : actions/download-artifact@v3
67
67
with :
68
68
name : dist-3.10
69
69
path : dist
70
70
71
71
- name : Download artifacts
72
- uses : actions/download-artifact@v2
72
+ uses : actions/download-artifact@v3
73
73
with :
74
74
name : dist-3.11
75
75
path : dist
You can’t perform that action at this time.
0 commit comments