Skip to content

Commit 63eb704

Browse files
Eclionarnaud-roland
authored andcommitted
chore(CI): updates actions versions
1 parent 4c7b1eb commit 63eb704

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/android.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@ jobs:
55
build:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v4
99
- name: set up JDK 1.8
10-
uses: actions/setup-java@v1
10+
uses: actions/setup-java@v4
1111
with:
1212
java-version: 11
13+
distribution: zulu
1314
- name: Run CI
1415
run: make ci
1516
- name: Upload artifact
1617
if: github.ref == 'refs/heads/master'
17-
uses: actions/upload-artifact@v1
18+
uses: actions/upload-artifact@v4
1819
with:
1920
name: atinternet-dispatcher.zip
20-
path: release/
21+
path: release/
22+
override: true

0 commit comments

Comments
 (0)