diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 8e85abe..5fda0c7 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -43,7 +43,7 @@ jobs: find . -name "*.jar" | sort - name: Upload build artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v2 with: name: labor-lawbot-jar path: labor-lawbot/build/libs/*.jar @@ -56,7 +56,7 @@ jobs: steps: - name: Download build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v2 with: name: labor-lawbot-jar path: artifact