diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index a6c4693c6..22c7d0668 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -75,7 +75,7 @@ jobs: needs: build steps: - uses: actions/checkout@v3 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: "${{ matrix.arch }} ${{ matrix.build }} build" - run: ./action.sh tests ${{ matrix.arch }} ${{ matrix.build }} ${{ matrix.suite }}