Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yooooonshine authored Feb 3, 2025
1 parent 544dd6c commit eb83db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: cd backend/ && ./gradlew build

- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4 # ✅ v4로 변경
with:
name: backend
path: ./backend/build/libs/backend-0.0.1-SNAPSHOT.jar
Expand All @@ -49,7 +49,7 @@ jobs:

steps:
- name: Download build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4 # ✅ v4로 변경
with:
name: backend
path: ./backend/build/libs/
Expand Down

0 comments on commit eb83db6

Please sign in to comment.