Skip to content

Commit 6e187d1

Browse files
authored
update github upload release workflow actions (#101)
1 parent da10a50 commit 6e187d1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/upload_release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v6
1414

1515
- name: Cache Local Maven Repository
16-
uses: actions/cache@v2
16+
uses: actions/cache@v4
1717
with:
1818
path: ~/.m2/repository
1919
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
2020

2121
- name: Setup Signing
22-
uses: actions/setup-java@v2
22+
uses: actions/setup-java@v5
2323
with:
2424
java-version: 8.0.292+10
2525
distribution: 'adopt'
2626
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
2727
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2828

2929
- name: Setup GitHub Packages
30-
uses: actions/setup-java@v2
30+
uses: actions/setup-java@v5
3131
with:
3232
java-version: 8.0.292+10
3333
distribution: 'adopt'
@@ -40,7 +40,7 @@ jobs:
4040
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
4141

4242
- name: Setup Maven Central
43-
uses: actions/setup-java@v2
43+
uses: actions/setup-java@v5
4444
with:
4545
java-version: 8.0.292+10
4646
distribution: 'adopt'

0 commit comments

Comments
 (0)