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: