diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2a96d34..f4cd326 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -52,7 +52,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev - uses: actions/checkout@v4 - name: Download all workflow run artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 - uses: julia-actions/setup-julia@latest with: version: '1'