Skip to content

Commit 642087e

Browse files
committed
misc
1 parent aae74a9 commit 642087e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v2
2727

2828
- name: Cache the maven artifacts
29-
uses: actions/cache@v3
29+
uses: actions/cache@v1
3030
with:
3131
path: ~/.m2/repository
3232
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -53,7 +53,7 @@ jobs:
5353
run: mkdir staging && cp target/*.jar staging
5454

5555
- name: Upload build artifacts
56-
uses: actions/upload-artifact@v1
56+
uses: actions/upload-artifact@v3
5757
with:
5858
name: Package
5959
path: staging

0 commit comments

Comments
 (0)