diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index aaab964..daff72c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -22,7 +22,7 @@ jobs: needs: ["tests"] runs-on: ubuntu-18.04 steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: bundle - run: mkdir result && tar xfz bundle.tar.gz -C result