From 5ea1f8996e6cbe3dcc148b209418b7f796b104d3 Mon Sep 17 00:00:00 2001 From: Adrian RC Date: Thu, 12 Dec 2024 19:56:41 +0000 Subject: [PATCH] Updates missed GH upload-artifact action to 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 b197bdc0fa..0180099c0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -211,9 +211,9 @@ jobs: --out-dir /tmp/pip_package \ ; - name: 'Upload' - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 + uses: actions/upload-artifact@v4 with: - name: tensorboard-data-server + name: tensorboard-data-server_${{ matrix.mode }}_${{ matrix.platform }}_${{ matrix.rust_version }} path: /tmp/pip_package/* lint-python-flake8: