diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e1f3bfb..11a79538 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,12 +116,12 @@ jobs: - build_client steps: - name: Retrieve server assets - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.SERVER_ASSET }}.tar.gz - name: Retrieve client assets - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.CLIENT_ASSET }}.tar.gz