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 3636 # them in the cache key. I'm not, so it can be simple and just depend on the poetry.lock.
3737 - name : cache deps
3838 id : cache-deps
39- uses : actions/cache@v3.3.1
39+ uses : actions/cache@v4
4040 with :
4141 path : ~/.cache/pypoetry
4242 key : pydeps-${{ inputs.python_version }}-$ {{ env.shellos }}-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 5656 shell : bash
5757
5858 - name : Upload Windows release artefact
59- uses : actions/upload-artifact@v3
59+ uses : actions/upload-artifact@v4
6060 with :
6161 name : checksec.exe
6262 path : dist/checksec.exe
@@ -125,7 +125,7 @@ jobs:
125125 - uses : actions/checkout@v3
126126
127127 # download artifacts
128- - uses : actions/download-artifact@v3
128+ - uses : actions/download-artifact@v4
129129 with :
130130 name : checksec.exe
131131
You can’t perform that action at this time.
0 commit comments