Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MfellnerDev authored Nov 18, 2024
1 parent 3d474fb commit b225d90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Step 3: Cache Gradle dependencies
- name: Cache Gradle dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
Expand All @@ -39,7 +39,7 @@ jobs:

# Step 5: Upload the generated JAR as an artifact
- name: Upload JAR file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: SpellingTrainer
name: Worttrainer
path: app/build/libs/*.jar

0 comments on commit b225d90

Please sign in to comment.