From 1a062b4d00cc86e87c3718aab4e8810e48f3f170 Mon Sep 17 00:00:00 2001 From: Jeremy Muhlich Date: Sat, 25 Oct 2025 18:58:23 -0400 Subject: [PATCH] Update actions to upload-artifact v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1d09ad..8f87339 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,10 +48,10 @@ jobs: # If the action is successful, the output will be available as a downloadable artifact - name: Upload processed result - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ex001-s3seg path: | ~/data/exemplar-001-cycle6/** ~/data/large/** - \ No newline at end of file +