File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
- name : Set up Python 3.10
25
25
uses : actions/setup-python@v4
26
26
with :
@@ -32,13 +32,13 @@ jobs:
32
32
virtualenvs-in-project : true
33
33
- name : Load cached venv
34
34
id : cached-poetry-dependencies
35
- uses : actions/cache@v2
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : .venv
38
38
key : venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
39
39
- name : Cache pre-commit environments
40
40
id : cache-pre-commit
41
- uses : actions/cache@v3
41
+ uses : actions/cache@v4
42
42
with :
43
43
path : ~/.cache/pre-commit
44
44
key : ${{ runner.os }}-pre-commit-${{ hashFiles('**/.pre-commit-config.yaml') }}
54
54
- name : Build artifact
55
55
run : poetry build -f wheel
56
56
- name : Store binary
57
- uses : actions/upload-artifact@v3
57
+ uses : actions/upload-artifact@v4
58
58
with :
59
59
name : ${{ env.BIN_NAME }}
60
60
path : dist/kalm_benchmark-*.whl
You can’t perform that action at this time.
0 commit comments