diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6e83c23b..0bd82cac4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,15 +84,8 @@ jobs: with: name: Package path: build/libs - - - - name: Upload artifact for deployment job - uses: actions/upload-artifact@v3 - with: - name: java-app - path: '${{ github.workspace }}/target/*.jar' - name: Download artifact from build job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: - name: java-app \ No newline at end of file + path: ./github/artifacts \ No newline at end of file diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index e69de29bb..000000000