From 56a008ce92dd1314a498a588835500236cdf299c Mon Sep 17 00:00:00 2001 From: Jason Mitchell Date: Tue, 5 Nov 2024 14:32:50 -0800 Subject: [PATCH] Update release.yml V3 is being deprecated --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44c6ca3..db3a7d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,11 +47,11 @@ jobs: mv build/tmp/ci-dev/* build/tmp/ci rm build/tmp/ci/*-common-*.jar mv build/tmp/ci/*-sources.jar build/tmp/ci-sources - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: Package path: build/tmp/ci - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: Package-sources path: build/tmp/ci-sources