Skip to content

Commit

Permalink
chore: action@v4 업그레이드 #50
Browse files Browse the repository at this point in the history
  • Loading branch information
chaewss committed Aug 20, 2024
1 parent 405747f commit dc7f708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: ./gradlew build

- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build
path: build/classes
Expand All @@ -51,7 +51,7 @@ jobs:
fetch-depth: 0

- name: Download build artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build
path: build/classes
Expand Down

0 comments on commit dc7f708

Please sign in to comment.