diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index fbeec60..ce03573 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -32,7 +32,7 @@ jobs: with: arguments: jar - name: Upload jar - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: jar path: ./build/libs/*.jar \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb6c51d..f905532 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: arguments: jar - name: Upload jar - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: jar path: ./build/libs/*.jar \ No newline at end of file