Changed: Bump actions/checkout and actions/upload-artifact to v4

This commit is contained in:
agnostic-apollo
2024-06-18 03:36:37 +05:00
parent eb0cb408a4
commit 708281cea2
3 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Execute tests
run: |
./gradlew test