File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v4
10
10
- name : Set up JDK
11
- uses : actions/setup-java@v2
11
+ uses : actions/setup-java@v4
12
12
with :
13
13
distribution : ' temurin'
14
14
java-version : ' 17'
15
15
- name : Validate gradlew integrity
16
- uses : gradle/wrapper-validation-action@v1
16
+ uses : gradle/wrapper-validation-action@v3
17
17
- name : Cache
18
- uses : actions/cache@v2
18
+ uses : actions/cache@v4
19
19
with :
20
20
path : |
21
21
~/.gradle/caches
45
45
gpg --local-user "Violet Moon Signing Key" --armor \
46
46
--detach-sign ${{ steps.calculate_artifact_names.outputs.forge }}
47
47
- name : Archive Forge Artifacts
48
- uses : actions/upload-artifact@v2
48
+ uses : actions/upload-artifact@v4
49
49
with :
50
50
name : Forge
51
51
path : |
You can’t perform that action at this time.
0 commit comments