From 299deb712d79fe0e56e506fe6fc13e1fc3e1ebc4 Mon Sep 17 00:00:00 2001 From: Jeongyong Park Date: Mon, 15 Sep 2025 11:22:02 +0900 Subject: [PATCH] Update upload-artifact action to version 4 actions/upload-artifact@v1 deprecated. --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 84e0c06..8543bad 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -27,7 +27,7 @@ jobs: mkdir target/release cp pom.xml target/*.jar target/release/ - name: Upload Artifacts - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: tiff path: target/release