From fe5152faf35df46c2c1f96e38f92660a81b8c8f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:08:36 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/create_model.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_model.yml b/.github/workflows/create_model.yml index 9f7bd8e..fed8f1e 100644 --- a/.github/workflows/create_model.yml +++ b/.github/workflows/create_model.yml @@ -24,7 +24,7 @@ jobs: run: python3 -m tf2onnx.convert --saved-model ./model --output ./model.onnx --opset 16 - name: Upload model as artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: model path: model.onnx