File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
# them in the cache key. I'm not, so it can be simple and just depend on the poetry.lock.
37
37
- name : cache deps
38
38
id : cache-deps
39
- uses : actions/cache@v3.3.1
39
+ uses : actions/cache@v4
40
40
with :
41
41
path : ~/.cache/pypoetry
42
42
key : pydeps-${{ inputs.python_version }}-$ {{ env.shellos }}-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 56
56
shell : bash
57
57
58
58
- name : Upload Windows release artefact
59
- uses : actions/upload-artifact@v3
59
+ uses : actions/upload-artifact@v4
60
60
with :
61
61
name : checksec.exe
62
62
path : dist/checksec.exe
@@ -125,7 +125,7 @@ jobs:
125
125
- uses : actions/checkout@v3
126
126
127
127
# download artifacts
128
- - uses : actions/download-artifact@v3
128
+ - uses : actions/download-artifact@v4
129
129
with :
130
130
name : checksec.exe
131
131
You can’t perform that action at this time.
0 commit comments