Skip to content

Commit ef48dd5

Browse files
authored
Update ci.yml
1 parent 2b537ac commit ef48dd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
access_token: ${{ secrets.GITHUB_TOKEN }}
1919

20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

2222
- name: set up JDK 17
2323
uses: actions/setup-java@v3
@@ -61,4 +61,4 @@ jobs:
6161
uses: actions/upload-artifact@v3
6262
with:
6363
name: build-reports
64-
path: app/build/reports
64+
path: app/build/reports

0 commit comments

Comments
 (0)