From 83e1cd0467cd3ccbcfae25a77d4cf4d293b60592 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 22:20:18 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/docker-migrations-build-test.yml | 2 +- .github/workflows/fat-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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