File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 23
23
JF_ENV_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
24
24
25
25
# cache maven .m2
26
- - uses : actions/cache@v2
26
+ - uses : actions/cache@v3
27
27
with :
28
28
path : ~/.m2/repository
29
29
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 21
21
config-file : cypress-dc-local.json
22
22
browser : chrome
23
23
headless : true
24
- - uses : actions/upload-artifact@v2
24
+ - uses : actions/upload-artifact@v4
25
25
if : failure()
26
26
with :
27
27
name : cypress-artifacts
Original file line number Diff line number Diff line change 9
9
steps :
10
10
- uses : actions/checkout@v2
11
11
# cache maven repo
12
- - uses : actions/cache@v2
12
+ - uses : actions/cache@v3
13
13
with :
14
14
path : ~/.m2/repository
15
15
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
# cache maven repo
16
- - uses : actions/cache@v2
16
+ - uses : actions/cache@v3
17
17
with :
18
18
path : ~/.m2/repository
19
19
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 20
20
env :
21
21
JF_URL : ' https://repo.spring.io'
22
22
JF_ENV_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
23
- - uses : actions/cache@v2
23
+ - uses : actions/cache@v3
24
24
with :
25
25
path : ~/.m2/repository
26
26
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 22
22
JF_ENV_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
23
23
24
24
# cache maven .m2
25
- - uses : actions/cache@v2
25
+ - uses : actions/cache@v3
26
26
with :
27
27
path : ~/.m2/repository
28
28
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 20
20
env :
21
21
JF_URL : ' https://repo.spring.io'
22
22
JF_ENV_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
23
- - uses : actions/cache@v2
23
+ - uses : actions/cache@v3
24
24
with :
25
25
path : ~/.m2/repository
26
26
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments