File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
16
16
steps :
17
17
- name : Check out the repository
18
- uses : actions/checkout@v4.1.1
18
+ uses : " actions/checkout@v4"
19
19
20
20
- name : Set up Python ${{ matrix.python-version }}
21
- uses : actions/setup-python@v5.0.0
21
+ uses : " actions/setup-python@v5"
22
22
with :
23
23
python-version : ${{ matrix.python-version }}
24
24
@@ -33,13 +33,13 @@ jobs:
33
33
./checks.sh
34
34
35
35
- name : Upload coverage data
36
- uses : " actions/upload-artifact@v3.1.3 "
36
+ uses : " actions/upload-artifact@v4 "
37
37
with :
38
- name : coverage-data
38
+ name : coverage-data-${{ matrix.python-version }}
39
39
path : " .coverage"
40
40
41
41
- name : Upload documentation
42
- uses : " actions/upload-artifact@v3.1.3 "
42
+ uses : " actions/upload-artifact@v4 "
43
43
with :
44
- name : docs
44
+ name : docs-${{ matrix.python-version }}
45
45
path : docs/_build
You can’t perform that action at this time.
0 commit comments