Skip to content

Commit 64bc0db

Browse files
authored
Merge pull request #139 from Wenzel/ci/cache_deprecate
ci: use actions/cache@v4
2 parents 4e08afa + e1b174d commit 64bc0db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/common-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
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') }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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

0 commit comments

Comments
 (0)