We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0900b9 commit aa50b3aCopy full SHA for aa50b3a
.github/workflows/maven-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
packages: write
17
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
20
- name: Set up JDK 11
21
uses: actions/setup-java@v2
22
with:
.github/workflows/maven.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
@@ -36,7 +36,7 @@ jobs:
36
- name: Stage result files
37
run: mkdir staging && cp sync-git-submodules-branches/target/*.jar staging
38
- name: Upload Artifacts
39
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
40
41
name: Package
42
path: staging
0 commit comments