Skip to content

Commit 59599eb

Browse files
committed
repush
1 parent 9e92479 commit 59599eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
jar cvfm ${{ env.OUT_DIR }}/${{ env.FILE_NAME }}-${{ env.VERSION }}.jar customManifest.txt -C ${{ env.OUT_DIR }} ./
2828
2929
- name: Upload JAR as Artifact
30-
uses: actions/upload-artifact@v2
30+
uses: actions/upload-artifact@v3
3131
with:
3232
name: ${{ env.FILE_NAME }}-jar-${{ env.VERSION }}
3333
path: ${{ env.OUT_DIR }}/${{ env.FILE_NAME }}-${{ env.VERSION }}.jar
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v3
5151

5252
- name: Download JAR from artifact
53-
uses: actions/download-artifact@v2
53+
uses: actions/download-artifact@v3
5454
with:
5555
name: ${{ env.FILE_NAME }}-jar-${{ env.VERSION }}
5656
path: ${{ env.OUT_DIR }}
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/checkout@v3
8484

8585
- name: Download JAR from artifact
86-
uses: actions/download-artifact@v2
86+
uses: actions/download-artifact@v3
8787
with:
8888
name: ${{ env.FILE_NAME }}-jar-${{ env.VERSION }}
8989
path: ${{ env.OUT_DIR }}
@@ -113,10 +113,10 @@ jobs:
113113

114114
steps:
115115
- name: Checkout code
116-
uses: actions/checkout@v2
116+
uses: actions/checkout@v3
117117

118118
- name: Download JAR from artifact
119-
uses: actions/download-artifact@v2
119+
uses: actions/download-artifact@v3
120120
with:
121121
name: ${{ env.FILE_NAME }}-jar-${{ env.VERSION }}
122122
path: ${{ env.OUT_DIR }}

0 commit comments

Comments
 (0)