diff --git a/.github/workflows/docker-migrations-build-test.yml b/.github/workflows/docker-migrations-build-test.yml index 7177b5f..7180bdf 100644 --- a/.github/workflows/docker-migrations-build-test.yml +++ b/.github/workflows/docker-migrations-build-test.yml @@ -24,7 +24,7 @@ jobs: - name: Run Build run: ./gradlew shadowJar - run: mv build/libs/piped-*-all.jar piped.jar - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: piped-old.jar path: piped.jar diff --git a/.github/workflows/fat-build.yml b/.github/workflows/fat-build.yml index e3ac995..78ca05a 100644 --- a/.github/workflows/fat-build.yml +++ b/.github/workflows/fat-build.yml @@ -18,7 +18,7 @@ jobs: - name: Run Build run: ./gradlew shadowJar - run: mv build/libs/piped-*-all.jar piped.jar - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: piped.jar path: piped.jar