Skip to content

Commit 0b64ffa

Browse files
authored
Update cache action version in upload_release.yaml (#533)
Update cache action version in upload_release.yaml
1 parent b17403b commit 0b64ffa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upload_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- name: Cache Local Maven Repository
16-
uses: actions/cache@v2
16+
uses: actions/cache@v4
1717
with:
1818
path: ~/.m2/repository
1919
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)