diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f72d4de8..aead82f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,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@v5 - name: Download all workflow run artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 - uses: julia-actions/setup-julia@latest with: version: '1'