Commit be5da6f 1 parent 7467b92 commit be5da6f Copy full SHA for be5da6f
File tree 2 files changed +3
-3
lines changed
.github/workflows/deprecated
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
source : ./
36
36
destination : ./_site
37
37
- name : Upload artifact
38
- uses : actions/upload-pages-artifact@v1
38
+ uses : actions/upload-pages-artifact@v4
39
39
40
40
# Deployment job
41
41
deploy :
Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ jobs:
40
40
mkdir staging && cp PasswordMinTimePolicy/target/*.jar staging
41
41
42
42
- name : Set up a cache for Maven
43
- uses : actions/cache@v2
43
+ uses : actions/cache@v4
44
44
with :
45
45
path : ~/.m2
46
46
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
47
47
restore-keys : ${{ runner.os }}-m2
48
48
49
49
- name : Persist workflow data as artifacts
50
- uses : actions/upload-artifact@v2
50
+ uses : actions/upload-artifact@v4
51
51
with :
52
52
name : github-actions-artifact
53
53
path : staging
You can’t perform that action at this time.
0 commit comments