Skip to content

Commit aa50b3a

Browse files
committed
update some github actions versions
1 parent d0900b9 commit aa50b3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
packages: write
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
- name: Set up JDK 11
2121
uses: actions/setup-java@v2
2222
with:

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Set up JDK 11
2020
uses: actions/setup-java@v2
2121
with:
@@ -36,7 +36,7 @@ jobs:
3636
- name: Stage result files
3737
run: mkdir staging && cp sync-git-submodules-branches/target/*.jar staging
3838
- name: Upload Artifacts
39-
uses: actions/upload-artifact@v2
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: Package
4242
path: staging

0 commit comments

Comments
 (0)