diff --git a/.github/workflows/build-jsp.yml b/.github/workflows/build-jsp.yml index f87d2d047..ff8523333 100644 --- a/.github/workflows/build-jsp.yml +++ b/.github/workflows/build-jsp.yml @@ -69,7 +69,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload UnicodeJsps.war - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: UnicodeJsps path: UnicodeJsps/target/UnicodeJsps.war diff --git a/.github/workflows/push-jsp-on-tag.yml b/.github/workflows/push-jsp-on-tag.yml index f249ec051..c40255168 100644 --- a/.github/workflows/push-jsp-on-tag.yml +++ b/.github/workflows/push-jsp-on-tag.yml @@ -49,7 +49,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload UnicodeJsps.war - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: UnicodeJsps path: UnicodeJsps/target/UnicodeJsps.war