File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
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 }}
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 }}
You can’t perform that action at this time.
0 commit comments