From fbad996885e6a6cbcf0a78d62e756de89a270db5 Mon Sep 17 00:00:00 2001 From: John Beverley Date: Fri, 14 Feb 2025 14:48:17 -0500 Subject: [PATCH] update workflow to fix build --- .github/workflows/manage_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manage_release.yml b/.github/workflows/manage_release.yml index 6fd7a9c..3a46694 100644 --- a/.github/workflows/manage_release.yml +++ b/.github/workflows/manage_release.yml @@ -49,7 +49,7 @@ jobs: run: echo "BASENAME=$(basename ${{ steps.build_release.outputs.RELEASE_FILE_PATH }})" >> $GITHUB_ENV - name: Save artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: ontology_release_results