Skip to content

Commit 35dcae5

Browse files
authored
Update make-release.yml
1 parent 021f415 commit 35dcae5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/make-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v5
2121
- name: Set up JDK 11
22-
uses: actions/setup-java@v2
22+
uses: actions/setup-java@v5
2323
with:
2424
java-version: '11'
2525
distribution: 'adopt'
@@ -45,7 +45,7 @@ jobs:
4545
needs: build_jar
4646
steps:
4747
- name: Download a Build Artifact
48-
uses: actions/download-artifact@v3.0.0
48+
uses: actions/download-artifact@v5
4949
with:
5050
name: jar
5151
path: .

0 commit comments

Comments
 (0)