Skip to content

Commit ffc505f

Browse files
committed
Update github actions version
1 parent d4f6020 commit ffc505f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradleBuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v1
1616

17-
- uses: actions/cache@v2
17+
- uses: actions/cache@v4
1818
with:
1919
path: |
2020
~/.gradle/caches
@@ -43,4 +43,4 @@ jobs:
4343
uses: actions/upload-artifact@v2
4444
with:
4545
name: Compiled Jars
46-
path: build/libs/*
46+
path: build/libs/*

0 commit comments

Comments
 (0)