Skip to content

Commit

Permalink
ci: update ci action versions to make GitHub happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dragove committed Feb 18, 2024
1 parent 5df1fa8 commit 733d25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: ./gradlew bootJar

- name: Upload jar
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: jar
path: ./build/libs/*
Expand Down

0 comments on commit 733d25e

Please sign in to comment.