From e0d06c77575606a8f5cc41a20fbb696666119cd8 Mon Sep 17 00:00:00 2001 From: Jordan Levin Date: Mon, 30 Sep 2024 15:52:16 -0700 Subject: [PATCH] Update ci.yaml (#23) Signed-off-by: Jordan Levin --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a9ffc7d..cacfcff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -331,10 +331,10 @@ jobs: BUILD_ARGS: "--load" - name: Upload Artifacts to GitHub - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: output path: _output/** - name: Publish Artifacts - run: make publish BRANCH_NAME=${GITHUB_REF##*/} \ No newline at end of file + run: make publish BRANCH_NAME=${GITHUB_REF##*/}