Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
jennywong2129 committed Oct 25, 2024
1 parent aae74a9 commit 642087e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v2

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

- name: Upload build artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: Package
path: staging
Expand Down

0 comments on commit 642087e

Please sign in to comment.