File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
21
21
name : " Build - ${{ matrix.artifact-name }}"
22
22
runs-on : ${{ matrix.os }}
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
with :
26
26
fetch-depth : 0
27
27
28
- - uses : actions/setup-java@v3
28
+ - uses : actions/setup-java@v4
29
29
with :
30
30
java-version : 11
31
31
distribution : ' zulu'
49
49
run : ./gradlew build -PbuildServer -PreleaseMode -PdeveloperID=${{ secrets.APPLE_DEVELOPER_ID }}
50
50
if : ${{ github.repository_owner == 'wpilibsuite' && startsWith(github.ref, 'refs/tags/v') }}
51
51
52
- - uses : actions/upload-artifact@v3
52
+ - uses : actions/upload-artifact@v4
53
53
with :
54
54
name : ${{ matrix.artifact-name }}
55
55
path : build/allOutputs
@@ -59,16 +59,16 @@ jobs:
59
59
needs : build
60
60
name : " Combine"
61
61
steps :
62
- - uses : actions/checkout@v3
62
+ - uses : actions/checkout@v4
63
63
with :
64
64
fetch-depth : 0
65
65
66
- - uses : actions/setup-java@v3
66
+ - uses : actions/setup-java@v4
67
67
with :
68
68
java-version : 11
69
69
distribution : ' zulu'
70
70
71
- - uses : actions/download-artifact@v3
71
+ - uses : actions/download-artifact@v4
72
72
with :
73
73
path : build/allOutputs
74
74
99
99
ARTIFACTORY_PUBLISH_USERNAME : ${{ secrets.ARTIFACTORY_USERNAME }}
100
100
ARTIFACTORY_PUBLISH_PASSWORD : ${{ secrets.ARTIFACTORY_PASSWORD }}
101
101
102
- - uses : actions/upload-artifact@v3
102
+ - uses : actions/upload-artifact@v4
103
103
with :
104
104
name : " Maven"
105
105
path : ~/releases
You can’t perform that action at this time.
0 commit comments